Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Aug 20, 2025

🤖 New release

  • hashbrown: 0.16.0 -> 0.16.1 (✓ API compatible changes)
Changelog

0.16.1 - 2025-11-19

Other

  • Add T to bucket iterators and inline their methods

  • Add HashTable::iter_buckets and iter_hash_buckets

  • Add HashTable::get_bucket_entry_unchecked

  • get_bucket_entry -> Result<OccupiedEntry, AbsentEntry>

  • Add get_bucket_unchecked and get_bucket_unchecked_mut

  • Make HashTable entries use Tag instead of a full hash

  • Rename HashTable::buckets to num_buckets

  • Add HashTable methods related to the raw bucket index

  • Merge pull request allow providing the key at insertion time for EntryRef #579 from djugei/master

  • Clean up doc comment for VacantEntryRef::insert_with_key

  • Add insert_with_key, allowing the user to provide the key at insertion time.

  • The get_many_mut family of methods have been renamed to get_disjoint_mut
    to match the standard library. The old names are still present for now, but
    deprecated.


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2025-08-20T21-28-39Z branch 3 times, most recently from fc49605 to 2d77278 Compare August 27, 2025 10:51
@github-actions github-actions bot force-pushed the release-plz-2025-08-20T21-28-39Z branch from 2d77278 to adc6465 Compare August 28, 2025 23:16
@github-actions github-actions bot changed the title chore: release v0.15.6 chore: release v0.16.1 Aug 29, 2025
@github-actions github-actions bot force-pushed the release-plz-2025-08-20T21-28-39Z branch 2 times, most recently from 6b64b0f to 2b2f92f Compare August 29, 2025 20:06
@github-actions github-actions bot force-pushed the release-plz-2025-08-20T21-28-39Z branch 3 times, most recently from 114f56e to 77aab23 Compare September 16, 2025 22:14
@alex
Copy link
Member

alex commented Sep 16, 2025

a) very neat that this apparently auto creates releases!
b) is there a particular criteria for shipping 0.16.1?

@github-actions github-actions bot force-pushed the release-plz-2025-08-20T21-28-39Z branch 2 times, most recently from 1c2a459 to 91fe5fd Compare September 30, 2025 18:20
@github-actions github-actions bot force-pushed the release-plz-2025-08-20T21-28-39Z branch 2 times, most recently from 141ebd6 to 2de135c Compare November 7, 2025 19:12
@github-actions github-actions bot force-pushed the release-plz-2025-08-20T21-28-39Z branch from 2de135c to 007bf60 Compare November 9, 2025 12:10
@github-actions github-actions bot force-pushed the release-plz-2025-08-20T21-28-39Z branch 2 times, most recently from 4e11ced to 32218c2 Compare November 19, 2025 01:20
@github-actions github-actions bot force-pushed the release-plz-2025-08-20T21-28-39Z branch from 32218c2 to 88d54a5 Compare November 19, 2025 19:38
@Amanieu Amanieu enabled auto-merge November 20, 2025 16:24
@Amanieu Amanieu added this pull request to the merge queue Nov 20, 2025
Merged via the queue into master with commit 0622304 Nov 20, 2025
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants