git-spawn 0.2.0

Async wrapper around the git CLI: builder commands, typed parsers, high-level workflow helpers
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.2.0]https://github.com/joshrotenberg/git-spawn/compare/v0.1.0...v0.2.0 - 2026-06-08


### Documentation

- Trim git library comparison section ([#18]https://github.com/joshrotenberg/git-spawn/pull/18)

### Miscellaneous

- Release v0.1.0 ([#16]https://github.com/joshrotenberg/git-spawn/pull/16)

### Refactor

- Unify builder modifier style to &mut Self ([#28]https://github.com/joshrotenberg/git-spawn/pull/28) [**breaking**]

## [0.1.0]https://github.com/joshrotenberg/git-spawn/releases/tag/v0.1.0 - 2026-05-22


### Documentation

- Add README with usage, comparison to git2/gix, and dual license files

### Features

- Add tags, history, and workflow modules to workflow feature
- Add workflow feature with info and branches modules
- Add runnable examples and three small plumbing commands
- Add advanced commands (worktree, submodule, bisect, cherry-pick, grep, config, reflog)
- Add plumbing commands, typed parsers, and expanded rustdoc
- Add 23 porcelain command wrappers and Repository ergonomics
- Initial scaffold with error, command executor, and repository handle

### Miscellaneous

- Rename crate to git-spawn ([#15]https://github.com/joshrotenberg/git-spawn/pull/15)
- Appease clippy 1.95 unnecessary_sort_by lint