Skip to content

Commit 345f2df

Browse files
committed
Prepare a 3.0.6 release.
1 parent 3c512e0 commit 345f2df

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# vob 3.0.6 (2025-08-14)
2+
3+
* Transparently optimise `iter_{set|unset}_bits(...).count()` to use platform
4+
"count bits" directly, rather than forcing the full iterator to execute.
5+
Depending on your machine, this can lead to savings of 2-3 orders of magnitude.
6+
7+
* Implement `DoubleEndedIterator` and `FusedIterator` for `Iter{Set|Unset}Bits`.
8+
9+
110
# vob 3.0.5 (2025-06-25)
211

312
* Add `unchecked_get` and `unchecked_set`.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "vob"
33
description = "Vector of Bits with Vec-like API and usize backing storage"
44
repository = "https://github.com/softdevteam/vob/"
5-
version = "3.0.5"
5+
version = "3.0.6"
66
authors = ["Laurence Tratt <laurie@tratt.net>"]
77
readme = "README.md"
88
license = "Apache-2.0/MIT"

0 commit comments

Comments
 (0)