Skip to content

Commit aad1371

Browse files
chore: release v0.3.0 (#64)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6876aaf commit aad1371

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ members = ["cdevents-sdk", "generator"]
44

55
[workspace.package]
66
edition = "2024"
7-
version = "0.2.1"
7+
version = "0.3.0"
88
license = "Apache-2.0"
99
repository = "https://github.com/cdevents/sdk-rust"
1010
rust-version = "1.85"

cdevents-sdk/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.3.0](https://github.com/cdevents/sdk-rust/compare/cdevents-sdk-v0.2.1...cdevents-sdk-v0.3.0) - 2026-02-16
10+
11+
### Added
12+
13+
- add support for cdevents spec 0.5
14+
15+
### Other
16+
17+
- *(deps)* update proptest-derive requirement from 0.7 to 0.8 ([#63](https://github.com/cdevents/sdk-rust/pull/63))
18+
- remove deprecated "package.authors" from `Cargo.toml`
19+
920
## [0.2.1](https://github.com/cdevents/sdk-rust/compare/cdevents-sdk-v0.2.0...cdevents-sdk-v0.2.1) - 2025-12-01
1021

1122
### Fixed

0 commit comments

Comments
 (0)