Skip to content

Commit 1146153

Browse files
Merge pull request #81 from Entrolution/release/v0.4.0
Release v0.4.0
2 parents 8a97dbe + a800de9 commit 1146153

5 files changed

Lines changed: 8 additions & 5 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.4.0] - 2026-02-16
11+
1012
### Added
1113

1214
#### Unified Anchor System
@@ -243,7 +245,8 @@ Initial release implementing Codex Document Format Specification v0.1.
243245
- `sign_document` - Sign a document with ES256
244246
- `extract_content` - Extract text content from blocks
245247

246-
[Unreleased]: https://github.com/Entrolution/cdx-core/compare/v0.3.0...HEAD
248+
[Unreleased]: https://github.com/Entrolution/cdx-core/compare/v0.4.0...HEAD
249+
[0.4.0]: https://github.com/Entrolution/cdx-core/compare/v0.3.0...v0.4.0
247250
[0.3.0]: https://github.com/Entrolution/cdx-core/compare/v0.2.0...v0.3.0
248251
[0.2.0]: https://github.com/Entrolution/cdx-core/compare/v0.1.0...v0.2.0
249252
[0.1.0]: https://github.com/Entrolution/cdx-core/releases/tag/v0.1.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ thiserror = "2.0"
1717
chrono = { version = "0.4", features = ["serde", "now"], default-features = false }
1818

1919
# Internal crates
20-
cdx-core = { path = "cdx-core", version = "0.1.0" }
20+
cdx-core = { path = "cdx-core", version = "0.4.0" }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Add to your `Cargo.toml`:
4242

4343
```toml
4444
[dependencies]
45-
cdx-core = "0.3"
45+
cdx-core = "0.4"
4646
```
4747

4848
### Feature Flags

cdx-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cdx-cli"
3-
version = "0.1.0"
3+
version = "0.4.0"
44
edition.workspace = true
55
rust-version.workspace = true
66
license.workspace = true

cdx-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cdx-core"
3-
version = "0.1.0"
3+
version = "0.4.0"
44
edition.workspace = true
55
rust-version.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)