Skip to content

Commit

Permalink
chore: release v0.14.1 (#68)
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>
  • Loading branch information
github-actions[bot] authored Sep 16, 2024
1 parent 108f8b6 commit 946993b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.14.1](https://github.com/rinde/more_collections/compare/v0.14.0...v0.14.1) - 2024-09-16

### Added

- add serde support for VecMap ([#65](https://github.com/rinde/more_collections/pull/65))

### Other

- Remove unnecessary `Clone` bounds ([#67](https://github.com/rinde/more_collections/pull/67))

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

### Changed
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.14.0"
version = "0.14.1"
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 946993b

Please sign in to comment.