Skip to content

Commit

Permalink
chore(main): release 0.2.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
willothy committed Nov 3, 2024
1 parent c7a2364 commit cbaca87
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.2.0-rc1"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

## [0.2.0-rc1](https://github.com/fortress-build/whirlwind/compare/v0.1.0-rc1...v0.2.0-rc1) (2024-11-03)


### Features

* allow custom hasher implementations ([0dbc985](https://github.com/fortress-build/whirlwind/commit/0dbc9857825786e7bf2dfc8b4364cddd331b5bc4))


### Bug Fixes

* add `crossbeam_utils` dependency ([f9ad383](https://github.com/fortress-build/whirlwind/commit/f9ad38370be37543dd3af81bc217658094a93b7a))
* versioning for release-please ([c7a2364](https://github.com/fortress-build/whirlwind/commit/c7a2364b9ad5a427f22c406a6378bce3a6060647))


### Performance Improvements

* use `hashbrown::HashTable` for shards ([f0d45f1](https://github.com/fortress-build/whirlwind/commit/f0d45f1d4b110b6b8c36439e375b4f7c685e4a8e))
* use `hashbrown::RawTable` + `dashmap`'s shard selection strategy ([c47f3ef](https://github.com/fortress-build/whirlwind/commit/c47f3efb0715ace74e75ecdeee840298d4da34db))
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "whirlwind"
description = "Collection of thread-safe, asynchronous data structures."
authors = ["Will Hopkins <will@fortress.build>"]
version = "0.1.0-rc1"
version = "0.2.0-rc1"
edition = "2021"
readme = "README.md"
repository = "https://github.com/fortress-build/whirlwind"
Expand Down

0 comments on commit cbaca87

Please sign in to comment.