Skip to content

Commit

Permalink
feat: Increment version to 0.1.100
Browse files Browse the repository at this point in the history
This commit increments the version of the `aicommit` tool to 0.1.100 across `Cargo.toml`, `Cargo.lock`, `package.json`, and the `version` file. It also updates the readme to reflect the new version and adds a note about npm publication.
  • Loading branch information
suenot committed Feb 1, 2025
1 parent ab5819c commit 74db3d9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aicommit"
version = "0.1.99"
version = "0.1.100"
edition = "2021"
authors = ["Eugen Soloviov <[email protected]>"]
description = "A CLI tool that generates concise and descriptive git commit messages using LLMs"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@
"postinstall": "chmod +x index.js",
"start": "node index.js"
},
"version": "0.1.99"
"version": "0.1.100"
}
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ A CLI tool that generates concise and descriptive git commit messages using LLMs
- ✅ Version management with automatic incrementation
- ✅ Version synchronization with Cargo.toml
- ✅ Version synchronization with package.json
- ✅ Version management with git tag
- ✅ Provider management (add, list, set active)
- ✅ Interactive configuration setup
- ✅ Configuration file editing
Expand All @@ -33,20 +34,20 @@ A CLI tool that generates concise and descriptive git commit messages using LLMs
- ✅ Watch with edit delay (`aicommit --watch 1m --wait-for-edit 30s`)
- ✅ OpenAI compatible API support
- ✅ Help information display (`aicommit --help`)
- ✅ Publication in npm

### Planned Features
- 🚧 Support github issues (sync, auto open, auto close)
- 🚧 Tests for each feature to prevent breaking changes
- 🚧 Split commits by file (`aicommit --by-file`)
- 🚧 Split commits by feature (`aicommit --by-feature`)
- 🚧 Version management for multiple languages (requirements.txt, etc.)
- 🚧 Version management with git tag
- 🚧 Branch safety checks for push operations
- 🚧 Support for cross-compilation (ARM, AARCH64, etc.)
- 🚧 Installation from binary
- 🚧 Publication management
- 🚧 Publication in brew/macports
- 🚧 Publication in apt/apk/yum/pacman
- 🚧 Publication in npm
- 🚧 Publication in other package managers
- 🚧 Support for submodules
- 🚧 Support for mercurial
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.99
0.1.100

0 comments on commit 74db3d9

Please sign in to comment.