bump: version 0.1.1 → 0.1.2 [skip ci]
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
## v0.1.2 (2025-11-08)
|
||||||
|
|
||||||
|
### Refactor
|
||||||
|
|
||||||
|
- Gave the GitHub MCP server a default placeholder value that doesn't require the vault
|
||||||
|
|
||||||
## v0.1.1 (2025-11-08)
|
## v0.1.1 (2025-11-08)
|
||||||
|
|
||||||
## v0.1.0 (2025-11-07)
|
## v0.1.0 (2025-11-07)
|
||||||
|
|||||||
Generated
+1
-1
@@ -3089,7 +3089,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "loki-ai"
|
name = "loki-ai"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi_colours",
|
"ansi_colours",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "loki-ai"
|
name = "loki-ai"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
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