Skip to content

Commit

Permalink
Bump version v0.2.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
raldone01 committed Nov 10, 2022
1 parent 94200a0 commit ccbab24
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.4] - 2022-11-10

### Fixes
- Updated dependencies.
- Fixed clippy lints

## [0.2.3] - 2022-09-25
Expand All @@ -31,7 +34,8 @@ Updated dependencies.

Initial release.

[Unreleased]: https://github.com/ink-feather-org/trait_cast_rs/compare/v0.2.3...HEAD
[Unreleased]: https://github.com/ink-feather-org/trait_cast_rs/compare/v0.2.4...HEAD
[0.2.4]: https://github.com/ink-feather-org/trait_cast_rs/compare/v0.2.3...v0.2.4
[0.2.3]: https://github.com/ink-feather-org/trait_cast_rs/compare/v0.2.2...v0.2.3
[0.2.2]: https://github.com/ink-feather-org/trait_cast_rs/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/ink-feather-org/trait_cast_rs/compare/v0.2.0...v0.2.1
Expand Down
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions trait_cast_rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trait_cast_rs"
version = "0.2.3"
version = "0.2.4"
edition = "2021"
license = "MIT OR Apache-2.0"
authors = [
Expand All @@ -24,4 +24,4 @@ const_sort = ["dep:const_sort_rs"]

[dependencies]
trait_cast_impl_rs = { path = "../trait_cast_impl_rs", version = "0.2.1" }
const_sort_rs = { version = "0.3.1", optional = true }
const_sort_rs = { version = "0.3.3", optional = true }

0 comments on commit ccbab24

Please sign in to comment.