Skip to content

Commit ba850f2

Browse files
github-actions[bot]XAMPPRocky
authored andcommitted
chore: release v0.28.12
1 parent 12c4847 commit ba850f2

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.13](https://github.com/librasn/rasn/compare/rasn-v0.28.12...rasn-v0.28.13) - 2026-04-24
36+
37+
### Other
38+
39+
- update Cargo.toml dependencies
40+
3541
## [0.28.12](https://github.com/librasn/rasn/compare/rasn-v0.28.11...rasn-v0.28.12) - 2026-04-15
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 = "2024"
2121
license = "MIT OR Apache-2.0"
22-
version = "0.28.12"
22+
version = "0.28.13"
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.12", path = "macros_impl" }
18+
rasn-derive-impl = { version = "0.28.13", path = "macros_impl" }

standards/pkix/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.28.13](https://github.com/librasn/rasn/compare/rasn-pkix-v0.28.12...rasn-pkix-v0.28.13) - 2026-04-24
18+
19+
### Fixed
20+
21+
- *(pkix)* omit revoked_certificates in empty CRLs
22+
1723
## [0.28.8](https://github.com/librasn/rasn/compare/rasn-pkix-v0.28.7...rasn-pkix-v0.28.8) - 2026-02-20
1824

1925
### Other

0 commit comments

Comments
 (0)