Skip to content

Commit ee43832

Browse files
github-actions[bot]davidB
authored andcommitted
chore: release v0.2.0
1 parent f23c669 commit ee43832

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Diff for: Cargo.toml

+1-1
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.1.3"
7+
version = "0.2.0"
88
authors = [
99
# The actual list of contributors can be retrieved from the git log
1010
"The CDEvents Rust SDK Authors",

Diff for: cdevents-sdk/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.2.0](https://github.com/cdevents/sdk-rust/compare/cdevents-sdk-v0.1.3...cdevents-sdk-v0.2.0) - 2025-04-16
10+
11+
### Added
12+
13+
- [**breaking**] remove support of 0.4.0-draft
14+
- accept to deserialize & serialize custom event (content is defined as JSON)
15+
16+
### Other
17+
18+
- switch to sccache + mise
19+
- list features
20+
- *(deps)* update rstest requirement from 0.24 to 0.25
21+
922
## [0.1.3](https://github.com/cdevents/sdk-rust/compare/cdevents-sdk-v0.1.2...cdevents-sdk-v0.1.3) - 2025-01-09
1023

1124
### Other

0 commit comments

Comments
 (0)