Skip to content

Commit eb8b354

Browse files
committed
Prepare release 0.5.2
1 parent 9161080 commit eb8b354

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tryhard"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
authors = ["Embark <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
edition = "2018"

0 commit comments

Comments
 (0)