Skip to content

Commit f10814b

Browse files
committed
Release 0.5.4
1 parent 4512e2b commit f10814b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
<!-- next-header -->
1111
## [Unreleased] - ReleaseDate
12+
## [0.5.4] - 2023-08-24
1213
### Fixed
1314
- [PR#24](https://github.com/EmbarkStudios/tame-index/pull/24) resolved [#23](https://github.com/EmbarkStudios/tame-index/issues/23) by fixing a bug where index cache paths were not lower cased as cargo does.
1415

@@ -100,7 +101,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
100101
- Initial crate squat
101102

102103
<!-- next-url -->
103-
[Unreleased]: https://github.com/EmbarkStudios/tame-index/compare/0.5.3...HEAD
104+
[Unreleased]: https://github.com/EmbarkStudios/tame-index/compare/0.5.4...HEAD
105+
[0.5.4]: https://github.com/EmbarkStudios/tame-index/compare/0.5.3...0.5.4
104106
[0.5.3]: https://github.com/EmbarkStudios/tame-index/compare/0.5.2...0.5.3
105107
[0.5.2]: https://github.com/EmbarkStudios/tame-index/compare/0.5.1...0.5.2
106108
[0.5.1]: https://github.com/EmbarkStudios/tame-index/compare/0.5.0...0.5.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tame-index"
3-
version = "0.5.3"
3+
version = "0.5.4"
44
edition = "2021"
55
rust-version = "1.67.0"
66
description = "Provides access to local and remote cargo registry indices"

0 commit comments

Comments
 (0)