Skip to content

Commit ff4187b

Browse files
committed
Release 0.9.4
1 parent 753fb5a commit ff4187b

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.4] - 2024-02-20
1213
### Changed
1314
- [PR#48](https://github.com/EmbarkStudios/tame-index/pull/48) replaced `toml` with `toml-span` removing several dependencies.
1415

@@ -164,7 +165,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
164165
- Initial crate squat
165166

166167
<!-- next-url -->
167-
[Unreleased]: https://github.com/EmbarkStudios/tame-index/compare/0.9.3...HEAD
168+
[Unreleased]: https://github.com/EmbarkStudios/tame-index/compare/0.9.4...HEAD
169+
[0.9.4]: https://github.com/EmbarkStudios/tame-index/compare/0.9.3...0.9.4
168170
[0.9.3]: https://github.com/EmbarkStudios/tame-index/compare/0.9.2...0.9.3
169171
[0.9.2]: https://github.com/EmbarkStudios/tame-index/compare/0.9.1...0.9.2
170172
[0.9.1]: https://github.com/EmbarkStudios/tame-index/compare/0.9.0...0.9.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.9.3"
3+
version = "0.9.4"
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)