File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323### Security
2424- N/A
2525
26+ ## [ 0.5.2] - 2025-06-23
27+
28+ ### Changed
29+ - Moved the ` futures ` dependency to ` dev-dependencies `
30+ - MSRV is now 1.48. Since we don't have a stated MSRV policy and 1.48 is almost older than this
31+ crate, much less version ` 0.5.0 ` , I am fine with doing this in a patch release.
2632
2733## [ 0.5.1] - 2023-08-23
2834### Fixed
@@ -89,7 +95,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8995### Added
9096- First release!
9197
92- [ Unreleased ] : https://github.com/EmbarkStudios/tryhard/compare/0.5.0...HEAD
98+ [ Unreleased ] : https://github.com/EmbarkStudios/tryhard/compare/0.5.2...HEAD
99+ [ 0.5.2 ] : https://github.com/EmbarkStudios/tryhard/compare/0.5.1...0.5.2
100+ [ 0.5.1 ] : https://github.com/EmbarkStudios/tryhard/compare/0.5.0...0.5.1
93101[ 0.5.0 ] : https://github.com/EmbarkStudios/tryhard/compare/0.4.0...0.5.0
94102[ 0.4.0 ] : https://github.com/EmbarkStudios/tryhard/compare/0.3.0...0.4.0
95103[ 0.3.0 ] : https://github.com/EmbarkStudios/tryhard/compare/0.2.0...0.3.0
Original file line number Diff line number Diff line change 11[package ]
22name = " tryhard"
3- version = " 0.5.1 "
3+ version = " 0.5.2 "
44authors = [
" Embark <[email protected] >" ]
55license = " MIT OR Apache-2.0"
66edition = " 2018"
You can’t perform that action at this time.
0 commit comments