Skip to content

Commit

Permalink
Merge pull request #44 from librasn/release-plz-2024-10-01T15-24-34Z
Browse files Browse the repository at this point in the history
chore: release v0.5.2
  • Loading branch information
6d7a authored Oct 1, 2024
2 parents 6f1d751 + 3288cb6 commit 4a7285c
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 @@ -10,6 +10,6 @@ members = [
[workspace.package]
edition = "2021"
license = "MIT/Apache-2.0"
version = "0.5.1"
version = "0.5.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.5.1" }
rasn-compiler = { path = "../rasn-compiler", version = "0.5.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.5.2](https://github.com/librasn/compiler/compare/rasn-compiler-v0.5.1...rasn-compiler-v0.5.2) - 2024-10-01

### Other

- *(rasn)* use fixed variant for strictly constrained bit and octetstrings

## [0.5.1](https://github.com/librasn/compiler/compare/rasn-compiler-v0.5.0...rasn-compiler-v0.5.1) - 2024-09-26

### Fixed
Expand Down

0 comments on commit 4a7285c

Please sign in to comment.