Skip to content

Commit

Permalink
Merge pull request #75 from librasn/release-plz-2025-01-07T14-00-21Z
Browse files Browse the repository at this point in the history
chore: release v0.7.2
  • Loading branch information
6d7a authored Jan 7, 2025
2 parents 98adb16 + 2362ed0 commit b68244d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ members = [
[workspace.package]
edition = "2021"
license = "MIT/Apache-2.0"
version = "0.7.1"
version = "0.7.2"
repository = "https://github.com/librasn/compiler.git"
homepage = "https://librasn.github.io/"
2 changes: 1 addition & 1 deletion rasn-compiler-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ authors = ["Kevin Westphal"]
proc-macro = true

[dependencies]
rasn-compiler = { path = "../rasn-compiler", version = "0.7.1" }
rasn-compiler = { path = "../rasn-compiler", version = "0.7.2" }
proc-macro2 = "1"
syn= "2"
6 changes: 6 additions & 0 deletions rasn-compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.2](https://github.com/librasn/compiler/compare/rasn-compiler-v0.7.1...rasn-compiler-v0.7.2) - 2025-01-07

### Fixed

- make null/any newtype fields public

## [0.7.1](https://github.com/librasn/compiler/compare/rasn-compiler-v0.7.0...rasn-compiler-v0.7.1) - 2024-12-15

### Fixed
Expand Down

0 comments on commit b68244d

Please sign in to comment.