diff --git a/CHANGELOG.md b/CHANGELOG.md index d99cb6d..9e76183 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.1.0 (2025-11-07) + +### Refactor + +- Updated to the most recent Rust version with 2024 syntax + ## v0.2.0 (2025-11-07) ## v0.1.1 (2025-11-07) diff --git a/Cargo.lock b/Cargo.lock index dc8fa23..a094094 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3089,7 +3089,7 @@ dependencies = [ [[package]] name = "loki-ai" -version = "0.0.1" +version = "0.1.0" dependencies = [ "ansi_colours", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index bbbe6a1..4e2f65d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "loki-ai" -version = "0.0.1" +version = "0.1.0" edition = "2024" authors = ["Alex Clarke "] description = "An all-in-one, batteries included LLM CLI Tool"