Skip to content

Commit

Permalink
Update version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jwtowner committed Jul 4, 2024
1 parent 74e575c commit 37dc51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Release v0.3.0 (Under Development)
## Release v0.3.0 (July 4, 2024)

* Added list repetition operator `e1 >> e2` to the DSL that is shorthand for `e1 > *(e2 > e1)`.
* Added support for parsing characters and character literals where applicable without explicitly needing to wrap them with `chr()` or `_cx`.
Expand Down

0 comments on commit 37dc51b

Please sign in to comment.