Skip to content

Commit 68dfdb5

Browse files
chore: release v0.25.1 (#422)
1 parent 64fcb37 commit 68dfdb5

File tree

5 files changed

+33
-21
lines changed

5 files changed

+33
-21
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.25.1](https://github.com/librasn/rasn/compare/rasn-v0.25.0...rasn-v0.25.1) - 2025-03-08
10+
11+
### Other
12+
13+
- Fixes librasn/rasn#418. Add support for explict tags and default values to encode correctly ([#419](https://github.com/librasn/rasn/pull/419))
14+
915
## [0.25.0](https://github.com/librasn/rasn/compare/rasn-v0.24.0...rasn-v0.25.0) - 2025-03-07
1016

1117
### Other

Cargo.lock

+19-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
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.25.0"
22+
version = "0.25.1"
2323
repository = "https://github.com/librasn/rasn.git"
2424

2525
[workspace.dependencies]

macros/Cargo.toml

+1-1
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.25.0", path = "macros_impl" }
18+
rasn-derive-impl = { version = "0.25.1", path = "macros_impl" }

macros/macros_impl/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
+
1515
+## [Unreleased]
1616

17+
## [0.25.1](https://github.com/librasn/rasn/compare/rasn-derive-impl-v0.25.0...rasn-derive-impl-v0.25.1) - 2025-03-08
18+
19+
### Other
20+
21+
- Fixes librasn/rasn#418. Add support for explict tags and default values to encode correctly ([#419](https://github.com/librasn/rasn/pull/419))
22+
1723
## [0.25.0](https://github.com/librasn/rasn/compare/rasn-derive-impl-v0.24.0...rasn-derive-impl-v0.25.0) - 2025-03-07
1824

1925
### Other

0 commit comments

Comments
 (0)