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..1142998 100644 --- a/cdevents-sdk/CHANGELOG.md +++ b/cdevents-sdk/CHANGELOG.md @@ -1,4 +1,19 @@ # Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.2.1](https://github.com/cdevents/sdk-rust/compare/cdevents-sdk-v0.2.0...cdevents-sdk-v0.2.1) - 2025-07-28 + +### Other + +- *(deps)* update rstest requirement from 0.25 to 0.26 +- *(deps)* update proptest-derive requirement from 0.5 to 0.6 +# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),