diff --git a/Cargo.lock b/Cargo.lock index 3df625f..e995abb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -546,7 +546,7 @@ dependencies = [ [[package]] name = "rasn-compiler" -version = "0.5.1" +version = "0.5.2" dependencies = [ "chrono", "clap", @@ -562,7 +562,7 @@ dependencies = [ [[package]] name = "rasn-compiler-derive" -version = "0.5.1" +version = "0.5.2" dependencies = [ "proc-macro2", "rasn-compiler", @@ -571,7 +571,7 @@ dependencies = [ [[package]] name = "rasn-compiler-tests" -version = "0.5.1" +version = "0.5.2" dependencies = [ "bitvec", "bitvec-nom", diff --git a/Cargo.toml b/Cargo.toml index 1fe920a..052f87f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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/" diff --git a/rasn-compiler-derive/Cargo.toml b/rasn-compiler-derive/Cargo.toml index a428167..21a1396 100644 --- a/rasn-compiler-derive/Cargo.toml +++ b/rasn-compiler-derive/Cargo.toml @@ -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" diff --git a/rasn-compiler/CHANGELOG.md b/rasn-compiler/CHANGELOG.md index 52aa74d..7574f95 100644 --- a/rasn-compiler/CHANGELOG.md +++ b/rasn-compiler/CHANGELOG.md @@ -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