Skip to content

Commit

Permalink
Release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brurucy authored Aug 19, 2024
2 parents 5d3863d + c77ae7b commit ba5be83
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Changed

## [0.4.1] - 2024-08-19
### Fixed
- Inconsistent index after many duplicated items are inserted thanks to @michaelsutton

## [0.4.0] - 2024-05-24
### Added
- Implementations of `PartialEq`, `Eq`, `Ord`, `Hash` for `BTreeSet` and `BTreeMap`
Expand Down Expand Up @@ -69,7 +73,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `BTreeMap`


[Unreleased]: https://github.com/brurucy/indexset/compare/v0.4.0...HEAD
[Unreleased]: https://github.com/brurucy/indexset/compare/v0.4.1...HEAD
[0.4.1]: https://github.com/brurucy/indexset/releases/tag/v0.4.1
[0.4.0]: https://github.com/brurucy/indexset/releases/tag/v0.4.0
[0.3.8]: https://github.com/brurucy/indexset/releases/tag/v0.3.8
[0.3.7]: https://github.com/brurucy/indexset/releases/tag/v0.3.7
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "indexset"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
documentation = "https://docs.rs/indexset/"
repository = "https://github.com/brurucy/indexset"
Expand Down

0 comments on commit ba5be83

Please # to comment.