Update version to 0.1.3 and simplify version output

- Update Cargo.toml version to 0.1.3
- Custom version flag implementation to output version only
- Update GitHub Actions to handle simplified version output
- Update Gitea Actions (action.yml) for version handling
- Now `ailog -V` or `ailog --version` outputs just "0.1.3"

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-06-14 17:12:04 +09:00
parent 5838adf5a6
commit 2838e494d6
4 changed files with 24 additions and 9 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "ailog"
version = "0.1.0"
version = "0.1.3"
edition = "2021"
authors = ["syui"]
description = "A static blog generator with AI features"