Skip to content

Commit

Permalink
fix(readme): update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Ph0enixKM committed Jul 23, 2024
1 parent b8c5e24 commit baca58a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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.6.1"
version = "1.6.2"
edition = "2021"
description = "Compiler frontend for developing great programming languages"
license = "MIT"
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ let tokens = cc.tokenize()?;

# Change log 🚀

## Version 1.6.2
### Fix:
- Fixes escapes that were handled improperly

## Version 1.6.1
### Fix:
- Remove debug information
Expand Down

0 comments on commit baca58a

Please sign in to comment.