Skip to content

Commit 7917a5e

Browse files
committed
1.6.0
Automatically generated by python-semantic-release
1 parent a6b1425 commit 7917a5e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!--next-version-placeholder-->
44

5+
## v1.6.0 (2023-08-02)
6+
### Feature
7+
* Add token_handler ([`a6b1425`](https://github.com/vberlier/tokenstream/commit/a6b14252af5fdf3c4eb66aa980aa2446822cb702))
8+
59
## v1.5.0 (2023-01-05)
610
### Feature
711
* Make it possible to swap the underlying regex module ([`b47995e`](https://github.com/vberlier/tokenstream/commit/b47995ee40c0e1c43afa68bc891770670e0e1502))

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tokenstream"
3-
version = "1.5.0"
3+
version = "1.6.0"
44
description = "A versatile token stream for handwritten parsers"
55
authors = ["Valentin Berlier <[email protected]>"]
66
license = "MIT"

tokenstream/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
]
1313

1414

15-
__version__ = "1.5.0"
15+
__version__ = "1.6.0"
1616

1717
from .error import *
1818
from .location import *

0 commit comments

Comments
 (0)