This repository was archived by the owner on May 2, 2026. It is now read-only.
Tags: troydai/gwt
Tags
fix: update version to 0.5.1 (#93) ## Summary - Updates Cargo.toml version from 0.4.0 to 0.5.1 to align with git tag v0.5.1 ## Test plan - [x] Verified build passes - [x] Verified tests pass - [x] Created git tag v0.5.1 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
chore: prepare release v0.2.0 (#60) ## Summary This PR prepares the repository for the v0.2.0 release. ### Changes: - Bumps version to `0.2.0` in `Cargo.toml`. - Updates `CHANGELOG.md` to include the `[0.2.0]` release section with all recent additions and improvements. - Updates `README.md` to document the new `gwt ls` and `gwt config setup` commands. ## Test plan - [x] `cargo build` and `cargo test` passed. - [x] Verified README formatting.