Skip to content

Commit

Permalink
Release 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Feb 20, 2025
1 parent 983c6b8 commit e4c885f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- next-header -->
## [Unreleased] - ReleaseDate
## [0.18.0] - 2025-02-20
### Changed
- [PR#82](https://github.com/EmbarkStudios/tame-index/pull/82) resolved [#81](https://github.com/EmbarkStudios/tame-index/issues/81), updating the hash calculation to match cargo 1.85.0. The decision of the hash calculation is based on the cargo version, which can be specified by the user via `IndexLocation::cargo_version`, defaulting to retrieving the version from the current environment if not specified allowing the calculation to work regardless of which cargo version is used.
- [PR#82](https://github.com/EmbarkStudios/tame-index/pull/82) added a re-export of `semver::Version`.
Expand Down Expand Up @@ -248,7 +249,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial crate squat

<!-- next-url -->
[Unreleased]: https://github.com/EmbarkStudios/tame-index/compare/0.17.0...HEAD
[Unreleased]: https://github.com/EmbarkStudios/tame-index/compare/0.18.0...HEAD
[0.18.0]: https://github.com/EmbarkStudios/tame-index/compare/0.17.0...0.18.0
[0.17.0]: https://github.com/EmbarkStudios/tame-index/compare/0.16.0...0.17.0
[0.16.0]: https://github.com/EmbarkStudios/tame-index/compare/0.15.0...0.16.0
[0.15.0]: https://github.com/EmbarkStudios/tame-index/compare/0.14.0...0.15.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tame-index"
version = "0.17.0"
version = "0.18.0"
edition = "2021"
rust-version = "1.67.0"
description = "Provides access to local and remote cargo registry indices"
Expand Down

0 comments on commit e4c885f

Please sign in to comment.