Skip to content

Commit 61df7d7

Browse files
committed
add release notes for 0.13.0 release
1 parent bd314f1 commit 61df7d7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

RELEASE_NOTES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Release Notes
22

3+
## 0.13.0 - 2021/08/25
4+
5+
- Update `hashbrown` dependency from version `0.9` to version `0.11`.
6+
- Add `shrink_to_fit` method to `StringInterner` via backend. (#36)
7+
- Add support more than 4G of interned strings with `StringBackend`. (#37)
8+
- Remove `S: Symbol` trait bound from interner backends.
9+
- Remove `S: Symbol` trait bound from `Clone impl` for `StringBackend`.
10+
11+
- Reworked the memory and allocation tests
12+
- Run them via `cargo test -- --test-threads 1`
13+
- CI now tests the whole build for windows, linux (ubuntu) and macos.
14+
- Add `cargo-audit` and `cargo-outdated` checks to CI pipeline.
15+
- Remove no longer needed `jemalloc` `dev-dependency`.
16+
317
## 0.12.2 - 2021/01/11
418

519
- Ensure cloned `StringInterner` can still look up the same symbols.

0 commit comments

Comments
 (0)