Skip to content

Commit b732d77

Browse files
committed
Release 0.20.1
1 parent ca4e67d commit b732d77

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
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.20.1] - 2025-04-07
1213
### Fixed
1314
- [PR#87](https://github.com/EmbarkStudios/tame-index/pull/87) resolved [#86](https://github.com/EmbarkStudios/tame-index/issues/86) by adding a missing `unsafe` that caused the Windows target to fail to compile.
1415

@@ -264,7 +265,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
264265
- Initial crate squat
265266

266267
<!-- next-url -->
267-
[Unreleased]: https://github.com/EmbarkStudios/tame-index/compare/0.20.0...HEAD
268+
[Unreleased]: https://github.com/EmbarkStudios/tame-index/compare/0.20.1...HEAD
269+
[0.20.1]: https://github.com/EmbarkStudios/tame-index/compare/0.20.0...0.20.1
268270
[0.20.0]: https://github.com/EmbarkStudios/tame-index/compare/0.19.0...0.20.0
269271
[0.19.0]: https://github.com/EmbarkStudios/tame-index/compare/0.18.1...0.19.0
270272
[0.18.1]: https://github.com/EmbarkStudios/tame-index/compare/0.18.0...0.18.1

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.20.0"
3+
version = "0.20.1"
44
edition = "2024"
55
rust-version = "1.85.0"
66
description = "Provides access to local and remote cargo registry indices"

0 commit comments

Comments
 (0)