We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b0698d + a216df8 commit 4fe4aadCopy full SHA for 4fe4aad
2 files changed
CHANGELOG.md
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
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
25
## [0.1.5](https://github.com/structured-world/xml-sec/compare/v0.1.4...v0.1.5) - 2026-04-09
26
27
### Added
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "xml-sec"
3
-version = "0.1.5"
+version = "0.1.6"
4
edition = "2024"
5
rust-version = "1.92"
6
license = "Apache-2.0"
0 commit comments