Skip to content

Commit 1f86a4f

Browse files
chore: release v0.14.3
1 parent b4b8a20 commit 1f86a4f

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

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.2" }
20+
rasn-compiler = { path = "../rasn-compiler", version = "0.14.3" }
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
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.14.3](https://github.com/librasn/compiler/compare/rasn-compiler-v0.14.2...rasn-compiler-v0.14.3) - 2025-08-25
11+
12+
### Fixed
13+
14+
- fix tests
15+
16+
### Other
17+
18+
- Support more advanced constraints.
19+
- Correct handling of non-known-multiplier string types.
20+
1021
## [0.14.2](https://github.com/librasn/compiler/compare/rasn-compiler-v0.14.1...rasn-compiler-v0.14.2) - 2025-08-13
1122

1223
### Other

0 commit comments

Comments
 (0)