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.3.1 (2021-12-06)
6
+ ### Fix
7
+ * Sort expected patterns in explanation ([ ` c1c26cb ` ] ( https://github.com/vberlier/tokenstream/commit/c1c26cb874229a5e0319c882f3b6e5567fd14870 ) )
8
+
5
9
## v1.3.0 (2021-12-01)
6
10
### Feature
7
11
* Make it possible to copy the stream ([ ` 5a4a41c ` ] ( https://github.com/vberlier/tokenstream/commit/5a4a41c8f4a137a9c98bdda856cf4a4ba2169d0b ) )
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " tokenstream"
3
- version = " 1.3.0 "
3
+ version = " 1.3.1 "
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.3.0 "
15
+ __version__ = "1.3.1 "
16
16
17
17
from .error import *
18
18
from .location import *
You can’t perform that action at this time.
0 commit comments