Skip to content

Commit a0808e8

Browse files
chore: release v0.16.0
1 parent cb19450 commit a0808e8

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-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,7 +11,7 @@ members = [
1111
edition = "2021"
1212
rust-version = "1.82"
1313
license = "MIT/Apache-2.0"
14-
version = "0.15.0"
14+
version = "0.16.0"
1515
repository = "https://github.com/librasn/compiler.git"
1616
homepage = "https://librasn.github.io/"
1717

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.15.0" }
20+
rasn-compiler = { path = "../rasn-compiler", version = "0.16.0" }
2121
proc-macro2 = "1"
2222
syn= "2"

rasn-compiler/CHANGELOG.md

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

4949
## [Unreleased]
5050

51+
## [0.16.0](https://github.com/librasn/compiler/compare/rasn-compiler-v0.15.0...rasn-compiler-v0.16.0) - 2025-12-31
52+
53+
### Other
54+
55+
- Merge pull request #181 from Rawk/choice-without-constraint
56+
- Merge pull request #182 from Rawk/fix-realnumber
57+
- Merge pull request #178 from Rawk/refactor-builtin_or_elsewhere
58+
- Merge pull request #172 from Rawk/elswhere-declared-value-in-module
59+
- Format and fix warnings
60+
5161
## [0.15.0](https://github.com/librasn/compiler/compare/rasn-compiler-v0.14.3...rasn-compiler-v0.15.0) - 2025-12-20
5262

5363
### Added

0 commit comments

Comments
 (0)