Releases: brbtavares/ai-context-gen
Releases · brbtavares/ai-context-gen
v0.1.2
What's Changed
- 🔧 MSRV Compatibility: Updated MSRV to Rust 1.76 to support Cargo lock file version 4
- 🚀 Workflow Improvements: Modernized GitHub Actions workflows with updated actions
- 🛠️ CI Fixes: Fixed MSRV check to handle newer lock file formats correctly
- 📦 Release Automation: Enhanced release workflow with better asset handling
- 🔒 Better Error Handling: Improved release workflow with proper secret handling
Installation
Download Binary
Download the appropriate binary for your platform from the assets below.
From Source
git clone https://github.com/brbtavares/ai-context-gen
cd ai-context-gen
git checkout v0.1.2
make installAs Library
[dependencies]
ai-context-gen = "v0.1.2"