Skip to content

Commit 72378f7

Browse files
committed
Bump version v0.3.3.
1 parent 63c8ee1 commit 72378f7

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.3.3] - 2022-11-10
10+
11+
### Fixes
12+
- Updated dependencies.
13+
914
## [0.3.2] - 2022-09-29
1015

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

3237
## [0.1.0] - 2022-09-14
3338

34-
[Unreleased]: https://github.com/ink-feather-org/const_sort_rs/compare/v0.3.2...HEAD
35-
[0.3.1]: https://github.com/ink-feather-org/const_sort_rs/compare/v0.3.1...v0.3.2
39+
[Unreleased]: https://github.com/ink-feather-org/const_sort_rs/compare/v0.3.3...HEAD
40+
[0.3.3]: https://github.com/ink-feather-org/const_sort_rs/compare/v0.3.2...v0.3.3
41+
[0.3.2]: https://github.com/ink-feather-org/const_sort_rs/compare/v0.3.1...v0.3.2
3642
[0.3.1]: https://github.com/ink-feather-org/const_sort_rs/compare/v0.3.0...v0.3.1
3743
[0.3.0]: https://github.com/ink-feather-org/const_sort_rs/compare/v0.2.1...v0.3.0
3844
[0.2.1]: https://github.com/ink-feather-org/const_sort_rs/compare/v0.2.0...v0.2.1

const_sort_rs/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "const_sort_rs"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
authors = [
@@ -15,7 +15,7 @@ keywords = ["sort", "const", "nightly", "sort_internals"]
1515

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

2020
[dev-dependencies]
2121
rand = "0.8.5"

0 commit comments

Comments
 (0)