Skip to content

Commit

Permalink
chore: Release rtcc version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eldruin committed Mar 25, 2024
1 parent 1ff7381 commit a9eab3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [0.3.2] - 2024-03-25

### Added
- Expose `DateTime` type to be used as replacement for some deprecated methods.

Expand Down Expand Up @@ -53,7 +55,8 @@ This is the initial release to crates.io. There may be some API changes in the
future. All changes will be documented in this CHANGELOG.

<!-- next-url -->
[Unreleased]: https://github.com/eldruin/rtcc-rs/compare/v0.3.1...HEAD
[Unreleased]: https://github.com/eldruin/rtcc-rs/compare/v0.3.2...HEAD
[0.3.2]: https://github.com/eldruin/rtcc-rs/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/eldruin/rtcc-rs/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/eldruin/rtcc-rs/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/eldruin/rtcc-rs/compare/v0.2.0...v0.2.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rtcc"
version = "0.3.1"
version = "0.3.2"
authors = ["Diego Barrios Romero <[email protected]>"]
repository = "https://github.com/eldruin/rtcc-rs"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit a9eab3d

Please sign in to comment.