Skip to content

Commit

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

## [Unreleased]

## [0.3.3] - 2022-11-10

### Fixes
- Updated dependencies.

## [0.3.2] - 2022-09-29

- Updated feature gates.
Expand All @@ -31,8 +36,9 @@ Moved to [ink-feather-org](https://github.com/ink-feather-org/const_sort_rs).

## [0.1.0] - 2022-09-14

[Unreleased]: https://github.com/ink-feather-org/const_sort_rs/compare/v0.3.2...HEAD
[0.3.1]: https://github.com/ink-feather-org/const_sort_rs/compare/v0.3.1...v0.3.2
[Unreleased]: https://github.com/ink-feather-org/const_sort_rs/compare/v0.3.3...HEAD
[0.3.3]: https://github.com/ink-feather-org/const_sort_rs/compare/v0.3.2...v0.3.3
[0.3.2]: https://github.com/ink-feather-org/const_sort_rs/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/ink-feather-org/const_sort_rs/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/ink-feather-org/const_sort_rs/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/ink-feather-org/const_sort_rs/compare/v0.2.0...v0.2.1
Expand Down
4 changes: 2 additions & 2 deletions const_sort_rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "const_sort_rs"
version = "0.3.2"
version = "0.3.3"
edition = "2021"
license = "MIT OR Apache-2.0"
authors = [
Expand All @@ -15,7 +15,7 @@ keywords = ["sort", "const", "nightly", "sort_internals"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
const_closure = "0.2.2"
const_closure = "0.2.3"

[dev-dependencies]
rand = "0.8.5"

0 comments on commit 72378f7

Please sign in to comment.