diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a6553a..7624f49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,14 @@ All notable changes to this project will be documented in this file. -## [0.6.2] +## [0.6.3] + +### Bug Fixes + +- *(tokenizer)* Enter ident mode when appropriate + + +## [0.6.2] - 2024-01-18 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 20ce8fa..7f534b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -330,7 +330,7 @@ checksum = "b4ae4235e6dac0694637c763029ecea1a2ec9e4e06ec2729bd21ba4d9c863eb7" [[package]] name = "bulloak" -version = "0.6.2" +version = "0.6.3" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index aee24a2..190c32d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] authors = ["Alexander Antonio Gonzalez Fertel"] -version = "0.6.2" +version = "0.6.3" name = "bulloak" license = "MIT OR Apache-2.0" edition = "2021"