Skip to content

Commit 4fe4aad

Browse files
authored
Merge pull request #52 from structured-world/release-plz-2026-04-09T11-34-02Z
chore: release v0.1.6
2 parents 6b0698d + a216df8 commit 4fe4aad

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.6](https://github.com/structured-world/xml-sec/compare/v0.1.5...v0.1.6) - 2026-04-09
11+
12+
### Added
13+
14+
- *(xmldsig)* parse full x509data sub-elements
15+
16+
### Documentation
17+
18+
- *(readme)* add crates and ci badges
19+
20+
### Fixed
21+
22+
- *(xmldsig)* tighten x509 issuer serial parsing
23+
- *(xmldsig)* harden x509data parsing bounds
24+
1025
## [0.1.5](https://github.com/structured-world/xml-sec/compare/v0.1.4...v0.1.5) - 2026-04-09
1126

1227
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xml-sec"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
edition = "2024"
55
rust-version = "1.92"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)