File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- next-version-placeholder-->
4
4
5
+ ## v1.7.0 (2023-08-03)
6
+ ### Feature
7
+ * Add preprocessor ([ ` 2a5573c ` ] ( https://github.com/vberlier/tokenstream/commit/2a5573c33f9bf90986f12f30c7e903743ee40791 ) )
8
+
5
9
## v1.6.0 (2023-08-02)
6
10
### Feature
7
11
* Add token_handler ([ ` a6b1425 ` ] ( https://github.com/vberlier/tokenstream/commit/a6b14252af5fdf3c4eb66aa980aa2446822cb702 ) )
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " tokenstream"
3
- version = " 1.6 .0"
3
+ version = " 1.7 .0"
4
4
description = " A versatile token stream for handwritten parsers"
5
5
authors = [
" Valentin Berlier <[email protected] >" ]
6
6
license = " MIT"
Original file line number Diff line number Diff line change 12
12
]
13
13
14
14
15
- __version__ = "1.6 .0"
15
+ __version__ = "1.7 .0"
16
16
17
17
from .error import *
18
18
from .location import *
You can’t perform that action at this time.
0 commit comments