1
0

Update version number and improve commit rewriting logic

This commit is contained in:
2026-07-16 15:37:46 +02:00
parent 2e082a4bca
commit 56397d11e2
8 changed files with 893 additions and 262 deletions

2
src-tauri/Cargo.lock generated
View File

@@ -273,7 +273,7 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
[[package]]
name = "auto-git"
version = "1.0.8"
version = "1.0.11"
dependencies = [
"arboard",
"auto-launch",

View File

@@ -1,6 +1,6 @@
[package]
name = "auto-git"
version = "1.0.8"
version = "1.0.11"
description = "Auto-Git: Git monitoring with automatic LLM commit messages and README generation"
authors = ["Victor Giers"]
edition = "2021"

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Auto-Git",
"version": "1.0.8",
"version": "1.0.11",
"identifier": "com.victorgiers.auto-git",
"build": {
"frontendDist": "../dist-tauri"