bump: version 0.0.1 → 0.1.0
This commit is contained in:
@@ -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.2.0 (2025-11-07)
|
||||||
|
|
||||||
## v0.1.1 (2025-11-07)
|
## v0.1.1 (2025-11-07)
|
||||||
|
|||||||
Generated
+1
-1
@@ -3089,7 +3089,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "loki-ai"
|
name = "loki-ai"
|
||||||
version = "0.0.1"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi_colours",
|
"ansi_colours",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "loki-ai"
|
name = "loki-ai"
|
||||||
version = "0.0.1"
|
version = "0.1.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
authors = ["Alex Clarke <alex.j.tusa@gmail.com>"]
|
authors = ["Alex Clarke <alex.j.tusa@gmail.com>"]
|
||||||
description = "An all-in-one, batteries included LLM CLI Tool"
|
description = "An all-in-one, batteries included LLM CLI Tool"
|
||||||
|
|||||||
Reference in New Issue
Block a user