Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
barrust committed Jan 20, 2024
1 parent 7522c02 commit 6feb143
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# PyProbables Changelog

### Version 0.6.2

* Quotient Filter:
* Add retrieve hashes from the filter
* Add resize filter, automatically or programatically
* Add merging two filters into one

### Version 0.6.1

* Quotient Filter:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
requires-python = ">=3.6"
requires-python = ">=3.8"

[tool.setuptools.dynamic]
version = { attr = "probables.__version__" }
Expand Down

0 comments on commit 6feb143

Please sign in to comment.