Skip to content

Commit

Permalink
feat: bump version
Browse files Browse the repository at this point in the history
Ph0enixKM committed Jul 6, 2024

Verified

This commit was signed with the committer’s verified signature.
kenjis kenjis
1 parent 0ef8190 commit ea4d1be
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "heraclitus-compiler"
version = "1.5.8"
version = "1.5.9"
edition = "2021"
description = "Compiler frontend for developing great programming languages"
license = "MIT"
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -45,6 +45,10 @@ let tokens = cc.tokenize()?;

# Change log 🚀

## Version 1.5.9
### Fix:
- Escaping escape key now treats it as a character

## Version 1.5.8
### Fix:
- Escaping regions is now properly handled

0 comments on commit ea4d1be

Please sign in to comment.