Skip to content

Commit a635d67

Browse files
committed
v0.7.0
1 parent 4741986 commit a635d67

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Minor breaking changes; mismatched Bloom filters raise a `SimilarityError` inste
1111
* Updated typing to be more consistent and correct
1212
* Drop python 3.9 support
1313

14-
1514
### Version 0.6.2
1615

1716
* `BloomFilterOnDisk`

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ keywords:
3232
- Counting Cuckoo Filter
3333
- Quotient Filter
3434
license: MIT
35-
version: 0.6.2
36-
date-released: '2025-11-29'
35+
version: 0.7.0
36+
date-released: '2026-02-08'

probables/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
__maintainer__ = "Tyler Barrus"
2525
__email__ = "barrust@gmail.com"
2626
__license__ = "MIT"
27-
__version__ = "0.6.2"
27+
__version__ = "0.7.0"
2828
__credits__: list[str] = []
2929
__url__ = "https://github.com/barrust/pyprobables"
3030
__bugtrack_url__ = "https://github.com/barrust/pyprobables/issues"

0 commit comments

Comments
 (0)