Skip to content

Commit 422934e

Browse files
committed
Release 0.9.7
1 parent 181a2c0 commit 422934e

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.9.7] - 2024-03-12
1213
### Added
1314
- [PR#52](https://github.com/EmbarkStudios/tame-index/pull/52) added `ComboIndexCache::cache_path` to retrieve the path of a particular crate's index entry.
1415

@@ -176,7 +177,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
176177
- Initial crate squat
177178

178179
<!-- next-url -->
179-
[Unreleased]: https://github.com/EmbarkStudios/tame-index/compare/0.9.6...HEAD
180+
[Unreleased]: https://github.com/EmbarkStudios/tame-index/compare/0.9.7...HEAD
181+
[0.9.7]: https://github.com/EmbarkStudios/tame-index/compare/0.9.6...0.9.7
180182
[0.9.6]: https://github.com/EmbarkStudios/tame-index/compare/0.9.5...0.9.6
181183
[0.9.5]: https://github.com/EmbarkStudios/tame-index/compare/0.9.4...0.9.5
182184
[0.9.4]: https://github.com/EmbarkStudios/tame-index/compare/0.9.3...0.9.4

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.9.6"
3+
version = "0.9.7"
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)