Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 6 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
Loading