Skip to content

Commit

Permalink
prepare for 0.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kyren committed Jan 9, 2024
1 parent 634a63c commit 68e9d11
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## [0.9.0]
- API incompatible change: Don't panic in `reserve` and `try_reserve` in cases
where a rehash is needed. Previously would panic, adds the proper bounds on
reserve methods to do a rehash (previously bounds were missing, and reserve
would result in panics). (Thank you @cuviper)

## [0.8.4]
- Now builds with `#![no_std]`.

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hashlink"
version = "0.8.4"
version = "0.9.0"
authors = ["kyren <kerriganw@gmail.com>"]
edition = "2018"
description = "HashMap-like containers that hold their key-value pairs in a user controllable order"
Expand Down

0 comments on commit 68e9d11

Please sign in to comment.