From 82d9c7a9cc4ef1c404849b6eecff71e5137449f0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 17:14:54 +0000 Subject: [PATCH] chore: release v0.3.0 --- Cargo.toml | 2 +- cdevents-sdk/CHANGELOG.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0a89d44..740add8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["cdevents-sdk", "generator"] [workspace.package] edition = "2024" -version = "0.2.1" +version = "0.3.0" license = "Apache-2.0" repository = "https://github.com/cdevents/sdk-rust" rust-version = "1.85" diff --git a/cdevents-sdk/CHANGELOG.md b/cdevents-sdk/CHANGELOG.md index 3db8e4b..dcb2b98 100644 --- a/cdevents-sdk/CHANGELOG.md +++ b/cdevents-sdk/CHANGELOG.md @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.0](https://github.com/cdevents/sdk-rust/compare/cdevents-sdk-v0.2.1...cdevents-sdk-v0.3.0) - 2026-02-16 + +### Added + +- add support for cdevents spec 0.5 + +### Other + +- *(deps)* update proptest-derive requirement from 0.7 to 0.8 ([#63](https://github.com/cdevents/sdk-rust/pull/63)) +- remove deprecated "package.authors" from `Cargo.toml` + ## [0.2.1](https://github.com/cdevents/sdk-rust/compare/cdevents-sdk-v0.2.0...cdevents-sdk-v0.2.1) - 2025-12-01 ### Fixed