Skip to content

Commit

Permalink
prepare for 1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wbolster committed Dec 29, 2021
1 parent b9ff309 commit f546a00
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion NEWS.rst
Expand Up @@ -5,13 +5,20 @@ Version history
Plyvel 1.4.0
============

Release date: TBD
Release date: 2021-12-29

* Build Linux wheels against Snappy 1.1.9, LevelDB 1.22, and produce
Python 3.10 wheels
(`issue #138 <https://github.com/wbolster/plyvel/issues/138>`_)

* The minimum LevelDB version is now 1.21
(`pr #121 <https://github.com/wbolster/plyvel/pull/121>`_)

* Add support for :py:meth:`WriteBatch.append()`
(`pr #121 <https://github.com/wbolster/plyvel/pull/121>`_)

* Add support for :py:meth:`WriteBatch.approximate_size()`
(`pr #121 <https://github.com/wbolster/plyvel/pull/121>`_)

Plyvel 1.3.0
============
Expand Down
2 changes: 1 addition & 1 deletion plyvel/_version.py
Expand Up @@ -5,4 +5,4 @@
# Note: don't add any non-trivial logic here; this file is also loaded
# from setup.py file when the module has not yet been compiled!

__version__ = '1.3.0'
__version__ = '1.4.0'

0 comments on commit f546a00

Please sign in to comment.