Skip to content

Commit a91219b

Browse files
authored
chore(main): release 0.1.0 (#1)
1 parent 1eaa712 commit a91219b

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
3+
## [0.1.0](https://github.com/fortress-build/whirlwind/compare/v0.1.0-rc1...v0.1.0) (2024-11-03)
4+
5+
6+
### Features
7+
8+
* allow custom hasher implementations ([0dbc985](https://github.com/fortress-build/whirlwind/commit/0dbc9857825786e7bf2dfc8b4364cddd331b5bc4))
9+
10+
11+
### Bug Fixes
12+
13+
* add `crossbeam_utils` dependency ([f9ad383](https://github.com/fortress-build/whirlwind/commit/f9ad38370be37543dd3af81bc217658094a93b7a))
14+
* versioning for release-please ([1d51202](https://github.com/fortress-build/whirlwind/commit/1d51202687c710c8fc441bb3cb9d201530956250))
15+
16+
17+
### Performance Improvements
18+
19+
* use `hashbrown::HashTable` for shards ([f0d45f1](https://github.com/fortress-build/whirlwind/commit/f0d45f1d4b110b6b8c36439e375b4f7c685e4a8e))
20+
* use `hashbrown::RawTable` + `dashmap`'s shard selection strategy ([c47f3ef](https://github.com/fortress-build/whirlwind/commit/c47f3efb0715ace74e75ecdeee840298d4da34db))

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "whirlwind"
33
description = "Collection of thread-safe, asynchronous data structures."
44
authors = ["Will Hopkins <will@fortress.build>"]
5-
version = "0.1.0-rc1"
5+
version = "0.1.0"
66
edition = "2021"
77
readme = "README.md"
88
repository = "https://github.com/fortress-build/whirlwind"

0 commit comments

Comments
 (0)