Skip to content

Commit 2dfe6b9

Browse files
committed
Release 0.9.5
1 parent 4f59909 commit 2dfe6b9

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.5] - 2024-02-22
1213
### Changed
1314
- [PR#49](https://github.com/EmbarkStudios/tame-index/pull/49) updated `toml-span` -> 0.2
1415

@@ -168,7 +169,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
168169
- Initial crate squat
169170

170171
<!-- next-url -->
171-
[Unreleased]: https://github.com/EmbarkStudios/tame-index/compare/0.9.4...HEAD
172+
[Unreleased]: https://github.com/EmbarkStudios/tame-index/compare/0.9.5...HEAD
173+
[0.9.5]: https://github.com/EmbarkStudios/tame-index/compare/0.9.4...0.9.5
172174
[0.9.4]: https://github.com/EmbarkStudios/tame-index/compare/0.9.3...0.9.4
173175
[0.9.3]: https://github.com/EmbarkStudios/tame-index/compare/0.9.2...0.9.3
174176
[0.9.2]: https://github.com/EmbarkStudios/tame-index/compare/0.9.1...0.9.2

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.4"
3+
version = "0.9.5"
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)