Skip to content

Commit 3a335ef

Browse files
committed
Release 0.2.3
1 parent b18a6a1 commit 3a335ef

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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.2.3] - 2023-07-26
1213
### Fixed
1314
- [PR#6](https://github.com/EmbarkStudios/tame-index/pull/6) fixed two bugs with git registries.
1415
1. `cargo` does not set remotes for git registry indices, the previous code assumed there was a remote, thus failed to fetch updates
@@ -46,7 +47,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4647
- Initial crate squat
4748

4849
<!-- next-url -->
49-
[Unreleased]: https://github.com/EmbarkStudios/tame-index/compare/0.2.2...HEAD
50+
[Unreleased]: https://github.com/EmbarkStudios/tame-index/compare/0.2.3...HEAD
51+
[0.2.3]: https://github.com/EmbarkStudios/tame-index/compare/0.2.2...0.2.3
5052
[0.2.2]: https://github.com/EmbarkStudios/tame-index/compare/0.2.1...0.2.2
5153
[0.2.1]: https://github.com/EmbarkStudios/tame-index/compare/0.2.0...0.2.1
5254
[0.2.0]: https://github.com/EmbarkStudios/tame-index/compare/0.1.0...0.2.0

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.2.2"
3+
version = "0.2.3"
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)