Skip to content

Commit a16e59e

Browse files
committed
Version 0.8.0
1 parent 32f34e5 commit a16e59e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
CHANGES
33
=======
44

5+
0.8.0 (2023-03-25)
6+
------------------
7+
8+
* Add ``Trie.iter_prefixes_with_ids()`` method to return ``(prefix, id)`` pairs (#83).
9+
* Rebuild Cython wrapper with Cython 0.29.33 (#88).
10+
511
0.7.8 (2022-10-25)
612
------------------
713

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = "0.7.8"
62+
version = "0.8.0"
6363
# The full version, including alpha/beta/rc tags.
6464
release = version
6565

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666

6767
setup(
6868
name="marisa-trie",
69-
version="0.7.8",
69+
version="0.8.0",
7070
description=DESCRIPTION,
7171
long_description=LONG_DESCRIPTION,
7272
long_description_content_type="text/x-rst",

0 commit comments

Comments
 (0)