Skip to content

Commit 2d23bad

Browse files
chore: release v0.2.1
1 parent d4cc43a commit 2d23bad

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

419
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

0 commit comments

Comments
 (0)