From 1ad73955b8b6ee5b621dee29474fbe0f84af8dc3 Mon Sep 17 00:00:00 2001 From: Alexander Gonzalez Date: Sun, 21 Jan 2024 13:20:54 +0100 Subject: [PATCH] chore(v0.6.3): update Cargo.toml & CHANGELOG --- CHANGELOG.md | 9 ++++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) 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"