File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 22CHANGES
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+
5110.7.8 (2022-10-25)
612------------------
713
Original file line number Diff line number Diff line change 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.
6464release = version
6565
Original file line number Diff line number Diff line change 6666
6767setup (
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" ,
You can’t perform that action at this time.
0 commit comments