Skip to content

Commit c0ede76

Browse files
chore: release v0.12.0
1 parent 33f1abf commit c0ede76

File tree

5 files changed

+19
-5
lines changed

5 files changed

+19
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ members = [
1111
edition = "2021"
1212
rust-version = "1.82"
1313
license = "MIT/Apache-2.0"
14-
version = "0.11.0"
14+
version = "0.12.0"
1515
repository = "https://github.com/librasn/compiler.git"
1616
homepage = "https://librasn.github.io/"

rasn-compiler-derive/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.12.0](https://github.com/librasn/compiler/compare/rasn-compiler-derive-v0.11.0...rasn-compiler-derive-v0.12.0) - 2025-06-30
10+
11+
### Other
12+
13+
- *(README)* specify REAL support
14+
915
## [0.10.2](https://github.com/librasn/compiler/compare/rasn-compiler-derive-v0.10.1...rasn-compiler-derive-v0.10.2) - 2025-06-11
1016

1117
### Other

rasn-compiler-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ authors = ["Kevin Westphal"]
1717
proc-macro = true
1818

1919
[dependencies]
20-
rasn-compiler = { path = "../rasn-compiler", version = "0.11.0" }
20+
rasn-compiler = { path = "../rasn-compiler", version = "0.12.0" }
2121
proc-macro2 = "1"
2222
syn= "2"

rasn-compiler/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.12.0](https://github.com/librasn/compiler/compare/rasn-compiler-v0.11.0...rasn-compiler-v0.12.0) - 2025-06-30
10+
11+
### Other
12+
13+
- Use a tri-state for InformationObjectClassField optionality
14+
- Upgrade nom to version 8
15+
- *(README)* specify REAL support
16+
917
## [0.11.0](https://github.com/librasn/compiler/compare/rasn-compiler-v0.10.3...rasn-compiler-v0.11.0) - 2025-06-24
1018

1119
### Added

0 commit comments

Comments
 (0)