Skip to content

Commit 37cffca

Browse files
chore: release v0.15.0
1 parent 1ac3f1b commit 37cffca

File tree

4 files changed

+16
-5
lines changed

4 files changed

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

rasn-compiler/CHANGELOG.md

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

4949
## [Unreleased]
5050

51+
## [0.15.0](https://github.com/librasn/compiler/compare/rasn-compiler-v0.14.3...rasn-compiler-v0.15.0) - 2025-11-27
52+
53+
### Added
54+
55+
- Support `T61String`
56+
57+
### Other
58+
59+
- Add `BY` and `DEFINED` to reserved words
60+
- Parse `ANY [DEFINED BY identifier]`
61+
5162
## [0.14.0](https://github.com/librasn/compiler/compare/rasn-compiler-v0.13.0...rasn-compiler-v0.14.0) - 2025-07-17
5263

5364
### Added

0 commit comments

Comments
 (0)