Skip to content

Commit f5141a9

Browse files
chore: release v0.14.2
1 parent 3680c1d commit f5141a9

File tree

4 files changed

+12
-5
lines changed

4 files changed

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

rasn-compiler/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.14.2](https://github.com/librasn/compiler/compare/rasn-compiler-v0.14.1...rasn-compiler-v0.14.2) - 2025-08-13
11+
12+
### Other
13+
14+
- Include `src_file` in `Debug` for `Input`
15+
- Include file name in compiler errors
16+
1017
## [0.14.1](https://github.com/librasn/compiler/compare/rasn-compiler-v0.14.0...rasn-compiler-v0.14.1) - 2025-08-08
1118

1219
### Added

0 commit comments

Comments
 (0)