Skip to content

Commit 0270e3f

Browse files
chore: release v0.14.1
1 parent 2fa70f5 commit 0270e3f

File tree

5 files changed

+43
-5
lines changed

5 files changed

+43
-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.0"
14+
version = "0.14.1"
1515
repository = "https://github.com/librasn/compiler.git"
1616
homepage = "https://librasn.github.io/"

rasn-compiler-derive/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
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
216
All notable changes to this project will be documented in this file.
317

418
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

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

rasn-compiler/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
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
226
All notable changes to this project will be documented in this file.
327

428
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

0 commit comments

Comments
 (0)