File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments