From 1cbd3c7410b5b7aadd79e03af729db82c3e4dedb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 13:20:05 +0000 Subject: [PATCH] chore: release --- Cargo.toml | 2 +- cdevents-sdk/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 838d97d..03e496d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["cdevents-sdk", "generator"] [workspace.package] edition = "2021" -version = "0.1.0" +version = "0.1.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 7279d61..2aba8ef 100644 --- a/cdevents-sdk/CHANGELOG.md +++ b/cdevents-sdk/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1](https://github.com/cdevents/sdk-rust/compare/cdevents-sdk-v0.1.0...cdevents-sdk-v0.1.1) - 2024-09-30 + +### Other + +- *(deps)* update fluent-uri requirement from 0.2 to 0.3 +- *(deps)* update rstest requirement from 0.22 to 0.23 + ## [0.1.0](https://github.com/cdevents/sdk-rust/releases/tag/cdevents-sdk-v0.1.0) - 2024-09-01 ### Added