Skip to content

Commit e2a066e

Browse files
committed
Release 0.3.2
1 parent 9187bda commit e2a066e

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.3.2] - 2023-08-15
1213
### Fixed
1314
- [PR#13](https://github.com/EmbarkStudios/tame-index/pull/13) fixed a bug where git repository url canonicalization was incorrect if the url was not a github.com url that ended with .git.
1415

@@ -69,7 +70,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6970
- Initial crate squat
7071

7172
<!-- next-url -->
72-
[Unreleased]: https://github.com/EmbarkStudios/tame-index/compare/0.3.1...HEAD
73+
[Unreleased]: https://github.com/EmbarkStudios/tame-index/compare/0.3.2...HEAD
74+
[0.3.2]: https://github.com/EmbarkStudios/tame-index/compare/0.3.1...0.3.2
7375
[0.3.1]: https://github.com/EmbarkStudios/tame-index/compare/0.3.0...0.3.1
7476
[0.3.0]: https://github.com/EmbarkStudios/tame-index/compare/0.2.5...0.3.0
7577
[0.2.5]: https://github.com/EmbarkStudios/tame-index/compare/0.2.4...0.2.5

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.3.1"
3+
version = "0.3.2"
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)