File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ members = ["cdevents-sdk", "generator"]
4
4
5
5
[workspace .package ]
6
6
edition = " 2021"
7
- version = " 0.1.0 "
7
+ version = " 0.1.1 "
8
8
authors = [
9
9
# The actual list of contributors can be retrieved from the git log
10
10
" The CDEvents Rust SDK Authors" ,
Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.1.1] ( https://github.com/cdevents/sdk-rust/compare/cdevents-sdk-v0.1.0...cdevents-sdk-v0.1.1 ) - 2024-09-30
10
+
11
+ ### Other
12
+
13
+ - * (deps)* update fluent-uri requirement from 0.2 to 0.3
14
+ - * (deps)* update rstest requirement from 0.22 to 0.23
15
+
9
16
## [ 0.1.0] ( https://github.com/cdevents/sdk-rust/releases/tag/cdevents-sdk-v0.1.0 ) - 2024-09-01
10
17
11
18
### Added
You can’t perform that action at this time.
0 commit comments