Skip to content

Commit 5ad0db2

Browse files
chore: release v0.28.1 (#510)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 16b245b commit 5ad0db2

5 files changed

Lines changed: 34 additions & 22 deletions

File tree

CHANGELOG.md

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

3333
## [Unreleased]
3434

35+
## [0.28.1](https://github.com/librasn/rasn/compare/rasn-v0.28.0...rasn-v0.28.1) - 2025-11-19
36+
37+
### Fixed
38+
39+
- Sanitize field attributes when expanding Decode and Encode ([#509](https://github.com/librasn/rasn/pull/509))
40+
3541
## [0.28.0](https://github.com/librasn/rasn/compare/rasn-v0.27.4...rasn-v0.28.0) - 2025-10-20
3642

3743
### Fixed

Cargo.lock

Lines changed: 20 additions & 20 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
@@ -19,7 +19,7 @@ exclude = ["fuzzing"]
1919
[workspace.package]
2020
edition = "2021"
2121
license = "MIT OR Apache-2.0"
22-
version = "0.28.0"
22+
version = "0.28.1"
2323
repository = "https://github.com/librasn/rasn.git"
2424

2525
[workspace.dependencies]

macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ proc-macro = true
1515
[dependencies]
1616
syn = { version = "2.0.79", features = ["extra-traits"] }
1717
proc-macro2 = "1.0.88"
18-
rasn-derive-impl = { version = "0.28.0", path = "macros_impl" }
18+
rasn-derive-impl = { version = "0.28.1", path = "macros_impl" }

macros/macros_impl/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020
+
2121
+## [Unreleased]
2222

23+
## [0.28.1](https://github.com/librasn/rasn/compare/rasn-derive-impl-v0.28.0...rasn-derive-impl-v0.28.1) - 2025-11-19
24+
25+
### Fixed
26+
27+
- Sanitize field attributes when expanding Decode and Encode ([#509](https://github.com/librasn/rasn/pull/509))
28+
2329
## [0.28.0](https://github.com/librasn/rasn/compare/rasn-derive-impl-v0.27.4...rasn-derive-impl-v0.28.0) - 2025-10-20
2430

2531
### Fixed

0 commit comments

Comments
 (0)