Skip to content

Commit 480cc4a

Browse files
committed
chore: try to release v0.6.0-fix-doc.rs
since cargo ignores the metadata part (the build info) in the version
1 parent 77f7f57 commit 480cc4a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9-
## [0.6.0+fix-doc.rs] - 2025-02-11
9+
## [0.6.0-fix-doc.rs] - 2025-02-11
1010

1111
### Fixed
1212

@@ -151,8 +151,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
151151

152152
- Initial release.
153153

154-
[unreleased]: https://github.com/DiscreteTom/rusty-duplication/compare/v0.6.0+fix-doc.rs...HEAD
155-
[0.6.0+fix-doc.rs]: https://github.com/DiscreteTom/rusty-duplication/releases/tag/v0.6.0+fix-doc.rs
154+
[unreleased]: https://github.com/DiscreteTom/rusty-duplication/compare/v0.6.0-fix-doc.rs...HEAD
155+
[0.6.0-fix-doc.rs]: https://github.com/DiscreteTom/rusty-duplication/releases/tag/v0.6.0-fix-doc.rs
156156
[0.6.0]: https://github.com/DiscreteTom/rusty-duplication/releases/tag/v0.6.0
157157
[0.5.0]: https://github.com/DiscreteTom/rusty-duplication/releases/tag/v0.5.0
158158
[0.4.5]: https://github.com/DiscreteTom/rusty-duplication/releases/tag/v0.4.5

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.0-fix-doc.rs"
44
edition = "2021"
55
license = "MIT"
66
authors = ["DiscreteTom <[email protected]>"]

0 commit comments

Comments
 (0)