File tree Expand file tree Collapse file tree 5 files changed +43
-5
lines changed
Expand file tree Collapse file tree 5 files changed +43
-5
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ members = [
1111edition = " 2021"
1212rust-version = " 1.82"
1313license = " MIT/Apache-2.0"
14- version = " 0.14.0 "
14+ version = " 0.14.1 "
1515repository = " https://github.com/librasn/compiler.git"
1616homepage = " https://librasn.github.io/"
Original file line number Diff line number Diff line change 11# Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 0.14.1] ( https://github.com/librasn/compiler/compare/rasn-compiler-derive-v0.14.0...rasn-compiler-derive-v0.14.1 ) - 2025-08-08
11+
12+ ### Added
13+
14+ - * (rasn-generator)* add config parameter for compiling for no_std targets
15+ # Changelog
216All notable changes to this project will be documented in this file.
317
418The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ authors = ["Kevin Westphal"]
1717proc-macro = true
1818
1919[dependencies ]
20- rasn-compiler = { path = " ../rasn-compiler" , version = " 0.14.0 " }
20+ rasn-compiler = { path = " ../rasn-compiler" , version = " 0.14.1 " }
2121proc-macro2 = " 1"
2222syn = " 2"
Original file line number Diff line number Diff line change 11# Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 0.14.1] ( https://github.com/librasn/compiler/compare/rasn-compiler-v0.14.0...rasn-compiler-v0.14.1 ) - 2025-08-08
11+
12+ ### Added
13+
14+ - * (lexer)* More robust parsing of SymbolDefn in MACROs
15+ - * (rasn-generator)* add config parameter for compiling for no_std targets
16+
17+ ### Other
18+
19+ - Fix hidden elided lifetimes warning
20+ - Merge pull request #143 from Rawk/qualified-type-ref
21+ - Merge pull request #146 from Rawk/impl-default-sequence
22+ - Merge pull request #145 from Rawk/seq-or-set-optionality
23+ - Use Optionality for SequenceOrSetMember
24+ - Move Optionality to types.rs
25+ # Changelog
226All notable changes to this project will be documented in this file.
327
428The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
You can’t perform that action at this time.
0 commit comments