Skip to content

Commit 921aa4d

Browse files
committed
chore: prepare to release v0.6.1
1 parent 890149e commit 921aa4d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66

77
## [Unreleased]
88

9+
## [0.6.1] - 2025-02-11
10+
911
### Fixed
1012

1113
- Fix documentations in docs.rs.
@@ -155,7 +157,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
155157

156158
- Initial release.
157159

158-
[unreleased]: https://github.com/DiscreteTom/rusty-duplication/compare/v0.6.0-fix-doc.rs...HEAD
160+
[unreleased]: https://github.com/DiscreteTom/rusty-duplication/compare/v0.6.1...HEAD
161+
[0.6.1]: https://github.com/DiscreteTom/rusty-duplication/releases/tag/v0.6.1
159162
[0.6.0-fix-doc.rs]: https://github.com/DiscreteTom/rusty-duplication/releases/tag/v0.6.0-fix-doc.rs
160163
[0.6.0]: https://github.com/DiscreteTom/rusty-duplication/releases/tag/v0.6.0
161164
[0.5.0]: https://github.com/DiscreteTom/rusty-duplication/releases/tag/v0.5.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 = "rusty-duplication"
3-
version = "0.6.0-fix-doc.rs"
3+
version = "0.6.1"
44
edition = "2021"
55
license = "MIT"
66
authors = ["DiscreteTom <[email protected]>"]

0 commit comments

Comments
 (0)