Update README and dependencies for Auto-Git v1.0.7
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "auto-git"
|
||||
version = "1.0.0"
|
||||
version = "1.0.7"
|
||||
description = "Auto-Git: Git monitoring with automatic LLM commit messages and README generation"
|
||||
authors = ["Victor Giers"]
|
||||
edition = "2021"
|
||||
@@ -23,6 +23,7 @@ tempfile = "3.23.0"
|
||||
tauri = { version = "2.11.0", features = ["tray-icon", "image-png", "image-ico"] }
|
||||
thiserror = "2.0.17"
|
||||
reqwest = { version = "0.12.24", default-features = false, features = ["blocking", "json", "rustls-tls"] }
|
||||
wait-timeout = "0.2.1"
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
auto-launch = "0.5.0"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "Auto-Git",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.7",
|
||||
"identifier": "com.victorgiers.auto-git",
|
||||
"build": {
|
||||
"frontendDist": "../dist-tauri"
|
||||
|
||||
Reference in New Issue
Block a user