Skip to content

Commit 110cf06

Browse files
committed
Release 0.22.0
1 parent b7907e8 commit 110cf06

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.22.0] - 2025-06-11
1213
### Changed
1314
- [PR#90](https://github.com/EmbarkStudios/tame-index/pull/90) updated the `IndexConfig` to match the current cargo schema, thanks [nox](https://github.com/nox)!
1415
- [PR#91](https://github.com/EmbarkStudios/tame-index/pull/91) updated the source replacement code to be able to find replacements in relative paths from the project, thanks [nox](https://github.com/nox)!
@@ -273,7 +274,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
273274
- Initial crate squat
274275

275276
<!-- next-url -->
276-
[Unreleased]: https://github.com/EmbarkStudios/tame-index/compare/0.21.0...HEAD
277+
[Unreleased]: https://github.com/EmbarkStudios/tame-index/compare/0.22.0...HEAD
278+
[0.22.0]: https://github.com/EmbarkStudios/tame-index/compare/0.21.0...0.22.0
277279
[0.21.0]: https://github.com/EmbarkStudios/tame-index/compare/0.20.1...0.21.0
278280
[0.20.1]: https://github.com/EmbarkStudios/tame-index/compare/0.20.0...0.20.1
279281
[0.20.0]: https://github.com/EmbarkStudios/tame-index/compare/0.19.0...0.20.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.21.0"
3+
version = "0.22.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)