Skip to content

Commit 8fb524b

Browse files
chore: release v0.2.1 (#53)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b970254 commit 8fb524b

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

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.0"
7+
version = "0.2.1"
88
authors = [
99
# The actual list of contributors can be retrieved from the git log
1010
"The CDEvents Rust SDK Authors",

cdevents-sdk/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.2.1](https://github.com/cdevents/sdk-rust/compare/cdevents-sdk-v0.2.0...cdevents-sdk-v0.2.1) - 2025-12-01
10+
11+
### Fixed
12+
13+
- adapt code to fluent-uri upgrade
14+
15+
### Other
16+
17+
- *(deps)* remove explicit `minor` in dependencies version with `major` > 0
18+
- *(deps)* update fluent-uri requirement from 0.3 to 0.4
19+
- *(deps)* update cloudevents-sdk requirement from 0.8 to 0.9 ([#61](https://github.com/cdevents/sdk-rust/pull/61))
20+
- *(deps)* update proptest-derive requirement from 0.6 to 0.7 ([#58](https://github.com/cdevents/sdk-rust/pull/58))
21+
- *(deps)* update rstest requirement from 0.25 to 0.26
22+
- *(deps)* update proptest-derive requirement from 0.5 to 0.6
23+
924
## [0.2.0](https://github.com/cdevents/sdk-rust/compare/cdevents-sdk-v0.1.3...cdevents-sdk-v0.2.0) - 2025-04-16
1025

1126
### Added

0 commit comments

Comments
 (0)