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:
@ -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"
|
||||
|
Reference in New Issue
Block a user