Skip to content

Commit 8a99ad8

Browse files
committed
Release 0.20.0
1 parent a5838cd commit 8a99ad8

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.0] - 2025-04-07
1213
### Fixed
1314
- [PR#85](https://github.com/EmbarkStudios/tame-index/pull/85) updated gix -> 0.71 and tokio to 1.44.2, addressing [RUSTSEC-2025-0021](https://rustsec.org/advisories/RUSTSEC-2025-0021) and [RUSTSEC-2025-0023](https://rustsec.org/advisories/RUSTSEC-2025-0023).
1415

@@ -260,7 +261,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
260261
- Initial crate squat
261262

262263
<!-- next-url -->
263-
[Unreleased]: https://github.com/EmbarkStudios/tame-index/compare/0.19.0...HEAD
264+
[Unreleased]: https://github.com/EmbarkStudios/tame-index/compare/0.20.0...HEAD
265+
[0.20.0]: https://github.com/EmbarkStudios/tame-index/compare/0.19.0...0.20.0
264266
[0.19.0]: https://github.com/EmbarkStudios/tame-index/compare/0.18.1...0.19.0
265267
[0.18.1]: https://github.com/EmbarkStudios/tame-index/compare/0.18.0...0.18.1
266268
[0.18.0]: https://github.com/EmbarkStudios/tame-index/compare/0.17.0...0.18.0

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.19.0"
3+
version = "0.20.0"
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)