Commit Diff


commit - a6cab55d086344d730abfafd10a1ca1d4fd18a13
commit + b81d25ac7fde5982105f7034cced093adead4b77
blob - 862d1d32009acf1d27983f63a03d9b15c92958b9
blob + e2cb50c19595d3cdee57e6e9dff06174eeef89c0
--- Cargo.lock
+++ Cargo.lock
@@ -13,7 +13,7 @@ dependencies = [
 
 [[package]]
 name = "alpaca"
-version = "0.7.0"
+version = "0.7.1"
 dependencies = [
  "anyhow",
  "assert_cmd",
blob - 30eb3dd475fc9fa578f4cecec02a68b52d434810
blob + 1fd96a6f875c256600daa97f3f43d7e8414c6d4d
--- Cargo.toml
+++ Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 name = "alpaca"
 authors = ["leoshimo", "mtmn"]
-version = "0.7.0"
+version = "0.7.1"
 edition = "2024"
 description = "Unix native interface for LLMs"
 repository = "https://github.com/leoshimo/cogni"