diff --git a/CHANGELOG.md b/CHANGELOG.md index b1f47e9..240dd30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,26 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Added -- GitHub Actions CI/CD pipeline for Linux, macOS, and Windows -- Code coverage reporting with cargo-tarpaulin -- `CONTRIBUTING.md` with contribution guidelines -- `CHANGELOG.md` to track project changes -- `rust-toolchain.toml` for consistent Rust toolchain - -### Changed -- Improved error handling in `main.rs` (replaced `unwrap()` with `?`) -- Updated README with CI badge - -## [0.1.0] - 2024-04-21 +## [0.1.0] - 2026-04-21 ### Added - Initial release of gitclaw - Install binaries directly from GitHub releases - Support for tar.gz, tar.bz2, tar.xz, and zip archives -- Automatic OS/architecture detection +- Automatic OS/architecture detection (Linux, macOS, Windows) - Package registry for tracking installed packages - List, update, and uninstall commands - Search command for browsing releases - Automatic binary discovery and extraction - Progress bars for downloads +- GitHub Actions CI/CD with reusable workflows +- Cross-platform builds (Linux, macOS, Windows) +- 84+ tests with 80%+ coverage +- `CONTRIBUTING.md`, `CHANGELOG.md`, `AGENTS.md` documentation diff --git a/README.md b/README.md index 6069aa4..12fc3d2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # gitclaw -[![CI](https://github.com/clawdeeo/gitclaw/actions/workflows/ci.yml/badge.svg)](https://github.com/clawdeeo/gitclaw/actions/workflows/ci.yml) +[![Main](https://github.com/clawdeeo/gitclaw/actions/workflows/main.yml/badge.svg)](https://github.com/clawdeeo/gitclaw/actions/workflows/main.yml) Install software directly from GitHub releases.