From baca58a3a9a443eb73f6db575e4fef0f3d8686d8 Mon Sep 17 00:00:00 2001 From: Ph0enixKM Date: Tue, 23 Jul 2024 17:05:50 +0000 Subject: [PATCH] fix(readme): update changelog --- Cargo.toml | 2 +- README.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 21f2859..a399828 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/README.md b/README.md index c0afed2..c3d2e27 100644 --- a/README.md +++ b/README.md @@ -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