-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(main): release 0.1.0 #1
chore(main): release 0.1.0 #1
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Looks good to me! Reviewed everything up to 5fd5b71 in 6 seconds
More details
- Looked at
65
lines of code in4
files - Skipped
0
files when reviewing. - Skipped posting
1
drafted comments based on config settings.
1. .release-please-manifest.json:7
- Draft comment:
Redundant version entry. The version is specified twice, which is unnecessary and could lead to confusion. Consider removing one of the entries. - Reason this comment was not posted:
Confidence changes required:50%
The manifest file has a redundant entry for the version. The version is specified twice, which is unnecessary and could lead to confusion.
Workflow ID: wflow_BKCfkkz6ZgGXxITu
You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
5fd5b71
to
cbaca87
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Looks good to me! Incremental review on cbaca87 in 7 seconds
More details
- Looked at
63
lines of code in4
files - Skipped
0
files when reviewing. - Skipped posting
1
drafted comments based on config settings.
1. Cargo.toml:5
- Draft comment:
Ensure that the version update is consistent across all files, including documentation and any scripts that might reference the version. - Reason this comment was not posted:
Confidence changes required:33%
The version update in Cargo.toml is consistent with the release version mentioned in the PR description and other files.
Workflow ID: wflow_cHgWetddcf3aywiq
You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
cbaca87
to
6be794f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Looks good to me! Incremental review on 6be794f in 6 seconds
More details
- Looked at
53
lines of code in3
files - Skipped
0
files when reviewing. - Skipped posting
1
drafted comments based on config settings.
1. CHANGELOG.md:20
- Draft comment:
Add a newline at the end of the file for consistency and to follow best practices. - Reason this comment was not posted:
Confidence changes required:33%
The changelog is missing a newline at the end of the file, which is a common best practice for text files.
Workflow ID: wflow_cBRnWyIxqwEGoY2n
You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
6be794f
to
1f39cc5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Looks good to me! Incremental review on 1f39cc5 in 10 seconds
More details
- Looked at
53
lines of code in3
files - Skipped
0
files when reviewing. - Skipped posting
1
drafted comments based on config settings.
1. CHANGELOG.md:20
- Draft comment:
Add a newline at the end of the file for better formatting. - Reason this comment was not posted:
Confidence changes required:33%
The changelog is missing a newline at the end of the file, which is a minor formatting issue.
Workflow ID: wflow_meoRJOmL8D6jwzDO
You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
1f39cc5
to
a04c699
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Looks good to me! Incremental review on a04c699 in 6 seconds
More details
- Looked at
53
lines of code in3
files - Skipped
0
files when reviewing. - Skipped posting
1
drafted comments based on config settings.
1. CHANGELOG.md:20
- Draft comment:
Add a newline at the end of the file for consistency and to follow best practices. - Reason this comment was not posted:
Confidence changes required:33%
The changelog is missing a newline at the end of the file, which is a common best practice for text files.
Workflow ID: wflow_rIGOLkBoQOMRnx1g
You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
🤖 Created releases:
|
🤖 I have created a release beep boop
0.1.0 (2024-11-03)
Features
Bug Fixes
crossbeam_utils
dependency (f9ad383)Performance Improvements
hashbrown::HashTable
for shards (f0d45f1)hashbrown::RawTable
+dashmap
's shard selection strategy (c47f3ef)This PR was generated with Release Please. See documentation.
Important
Release version 0.1.0 with custom hasher support, bug fixes, and performance improvements using
hashbrown
.0.1.0
inCargo.toml
andCargo.lock
.crossbeam_utils
dependency.hashbrown::HashTable
for shards.hashbrown::RawTable
withdashmap
's shard selection strategy.This description was created by for a04c699. It will automatically update as commits are pushed.