Skip to content

Commit

Permalink
0.11.0-dev.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marihachi committed Aug 20, 2023
1 parent 8494c2f commit 2d2ab69
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
-->

## 0.x.x (unreleased)
## 0.11.0 (2023/08/20)

- Change: Rename parser.text() to parser.span()
- Change: Rename T.str() to T.token()
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terrario",
"version": "0.10.0",
"version": "0.11.0-dev.1",
"description": "A refined, expressive parser combinator library.",
"license": "MIT",
"author": "Marihachi",
Expand Down

0 comments on commit 2d2ab69

Please sign in to comment.