From 5f47a88281cb21ea6884627822447ddf9f25339a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 15:50:08 +0000 Subject: [PATCH] chore: release v0.2.1 --- Cargo.toml | 2 +- cdevents-sdk/CHANGELOG.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d507843..dc6c19c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["cdevents-sdk", "generator"] [workspace.package] edition = "2024" -version = "0.2.0" +version = "0.2.1" authors = [ # The actual list of contributors can be retrieved from the git log "The CDEvents Rust SDK Authors", diff --git a/cdevents-sdk/CHANGELOG.md b/cdevents-sdk/CHANGELOG.md index 669d94b..3db8e4b 100644 --- a/cdevents-sdk/CHANGELOG.md +++ b/cdevents-sdk/CHANGELOG.md @@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1](https://github.com/cdevents/sdk-rust/compare/cdevents-sdk-v0.2.0...cdevents-sdk-v0.2.1) - 2025-12-01 + +### Fixed + +- adapt code to fluent-uri upgrade + +### Other + +- *(deps)* remove explicit `minor` in dependencies version with `major` > 0 +- *(deps)* update fluent-uri requirement from 0.3 to 0.4 +- *(deps)* update cloudevents-sdk requirement from 0.8 to 0.9 ([#61](https://github.com/cdevents/sdk-rust/pull/61)) +- *(deps)* update proptest-derive requirement from 0.6 to 0.7 ([#58](https://github.com/cdevents/sdk-rust/pull/58)) +- *(deps)* update rstest requirement from 0.25 to 0.26 +- *(deps)* update proptest-derive requirement from 0.5 to 0.6 + ## [0.2.0](https://github.com/cdevents/sdk-rust/compare/cdevents-sdk-v0.1.3...cdevents-sdk-v0.2.0) - 2025-04-16 ### Added