Skip to content

Commit 54619d0

Browse files
committed
Release 0.18.1
1 parent ea6ee63 commit 54619d0

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

+3-1
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.18.1] - 2025-02-24
1213
### Fixed
1314
- [PR#83](https://github.com/EmbarkStudios/tame-index/pull/83) adds an additional fix for non-crates.io urls not fixed in [PR#82](https://github.com/EmbarkStudios/tame-index/pull/82) as cargo now canonicalizes all URLs.
1415

@@ -252,7 +253,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
252253
- Initial crate squat
253254

254255
<!-- next-url -->
255-
[Unreleased]: https://github.com/EmbarkStudios/tame-index/compare/0.18.0...HEAD
256+
[Unreleased]: https://github.com/EmbarkStudios/tame-index/compare/0.18.1...HEAD
257+
[0.18.1]: https://github.com/EmbarkStudios/tame-index/compare/0.18.0...0.18.1
256258
[0.18.0]: https://github.com/EmbarkStudios/tame-index/compare/0.17.0...0.18.0
257259
[0.17.0]: https://github.com/EmbarkStudios/tame-index/compare/0.16.0...0.17.0
258260
[0.16.0]: https://github.com/EmbarkStudios/tame-index/compare/0.15.0...0.16.0

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tame-index"
3-
version = "0.18.0"
3+
version = "0.18.1"
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)