Skip to content

Commit

Permalink
Merge pull request #96 from jeffparsons/prepare_v1.5.1
Browse files Browse the repository at this point in the history
Prepare v1.5.1
  • Loading branch information
jeffparsons authored Feb 27, 2024
2 parents 9c4adef + 3b61e4f commit f53ee9a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### v1.5.1 (2024-02-27)

- **Fixes**:
- Relax bounds on `Default` implementation for all map and set types. Requiring `K: Default` and `V: Default` was accidentally introduced in v1.5.0.


### v1.5.0 (2024-02-09) "xfbs rampage edition"

Huge thanks to [xfbs](https://github.com/xfbs), who did pretty much all the work you see in the changelog below! 💖
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 = "rangemap"
version = "1.5.0"
version = "1.5.1"
authors = ["Jeff Parsons <jeff@parsons.io>"]
edition = "2018"
license = "MIT/Apache-2.0"
Expand Down

0 comments on commit f53ee9a

Please sign in to comment.