Skip to content

Commit

Permalink
chore: release v0.14.0 (#62)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Rinde van Lon <[email protected]>
  • Loading branch information
github-actions[bot] and rinde authored Jun 14, 2024
1 parent f507731 commit d885a43
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.14.0](https://github.com/rinde/more_collections/compare/v0.13.6...v0.14.0) - 2024-06-14

### Changed
- Breaking: `IndexSetMultimap.remove_*` and `IndexVecMultimap.remove_*` have been removed in favor of `*.shift_remove_*` and `*.swap_remove_*`
- [**breaking**] add blanket impl for IndexKey instead of macro on all usigned ints ([#64](https://github.com/rinde/more_collections/pull/64))
- [**breaking**] `IndexSetMultimap.remove_*` and `IndexVecMultimap.remove_*` have been removed in favor of `*.shift_remove_*` and `*.swap_remove_*` ([#63](https://github.com/rinde/more_collections/pull/63))

### Other
- Update rust to 1.79.0 ([#61](https://github.com/rinde/more_collections/pull/61))

## [0.13.6](https://github.com/rinde/more_collections/compare/v0.13.5...v0.13.6) - 2024-04-15

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,7 +1,7 @@
[package]
edition = "2021"
name = "more_collections"
version = "0.13.6"
version = "0.14.0"
authors = ["Rinde van Lon <[email protected]>"]
description = "Additional collections not found in std::collections"
repository = "https://github.com/rinde/more_collections/"
Expand Down

0 comments on commit d885a43

Please sign in to comment.