File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[package ]
22name = " tame-index"
3- version = " 0.2.2 "
3+ version = " 0.2.3 "
44edition = " 2021"
55rust-version = " 1.67.0"
66description = " Provides access to local and remote cargo registry indices"
You can’t perform that action at this time.
0 commit comments