aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Cargo.lock
Commit message (Collapse)AuthorAgeFilesLines
* Comprehensive upgrade: v0.2.0 with improved features and code qualitycopilot-swe-agent[bot]2025-08-241-3/+3
| | | | Co-authored-by: HsiangNianian <44714368+HsiangNianian@users.noreply.github.com>
* feat: Bump version to 0.1.6 in Cargo filesHsiangNianian2025-05-301-1/+1
|
* feat: Update version to 0.1.5-2 in Cargo.toml and Cargo.lockv0.1.5-2HsiangNianian2025-05-281-1/+1
|
* feat: Bump version from 0.1.4 to 0.1.5 in Cargo.toml and Cargo.lockv0.1.5HsiangNianian2025-05-281-1/+1
|
* feat: Update .gitignore to include Cargo.lock and modify uv.lock entryHsiangNianian2025-05-251-13/+1
|
* Merge branch 'master' of https://github.com/HsiangNianian/soonHsiangNianian2025-05-251-0/+4
|\
* | feat: Bump version to 0.1.2 in Cargo.toml, Cargo.lock, and PKGBUILDHsiangNianian2025-05-251-0/+4
| |
* | feat: Bump version to 0.1.1 in Cargo.toml and Cargo.lockHsiangNianian2025-05-251-0/+4
| |
* | feat: Bump version to 0.1.3 in .SRCINFO, Cargo.toml, Cargo.lock, and PKGBUILDHsiangNianian2025-05-251-1/+1
| |
* | feat: Bump version to 0.1.2 in Cargo.toml, Cargo.lock, and PKGBUILDHsiangNianian2025-05-251-1/+1
| |
* | feat: Bump version to 0.1.1 in Cargo.toml and Cargo.lockHsiangNianian2025-05-251-1/+1
| |
* | feat: Add initial project files and CI configurationHsiangNianian2025-05-251-0/+383
/ | | | | | | | | - Created CI workflow for continuous integration using GitHub Actions. - Added Python version specification. - Initialized Cargo.toml and Cargo.lock for Rust project dependencies. - Implemented main functionality in Rust with command-line interface using Clap. - Added Python project configuration with Maturin for building and publishing. - Implemented command history prediction feature in Python.
* feat: Bump version to 0.1.2 in Cargo.toml, Cargo.lock, and PKGBUILDv0.1.2HsiangNianian2025-05-251-1/+1
|
* feat: Bump version to 0.1.1 in Cargo.toml and Cargo.lockHsiangNianian2025-05-251-1/+1
|
* feat: Add initial project files and CI configurationHsiangNianian2025-05-251-0/+383
- Created CI workflow for continuous integration using GitHub Actions. - Added Python version specification. - Initialized Cargo.toml and Cargo.lock for Rust project dependencies. - Implemented main functionality in Rust with command-line interface using Clap. - Added Python project configuration with Maturin for building and publishing. - Implemented command history prediction feature in Python.