Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# Changelog
## [0.5.0](https://github.com/joshrotenberg/git_wrapper_ex/compare/v0.4.0...v0.5.0) (2026-04-26)
### Features
* add commit-tree plumbing wrapper ([#77](https://github.com/joshrotenberg/git_wrapper_ex/issues/77)) ([7f3a1ac](https://github.com/joshrotenberg/git_wrapper_ex/commit/7f3a1ac5db9f4cbbedb1b2753b7029cc892c050b))
## [0.4.0](https://github.com/joshrotenberg/git_wrapper_ex/compare/v0.3.0...v0.4.0) (2026-04-09)
### Features
* add apply and am commands (patch workflow) ([#72](https://github.com/joshrotenberg/git_wrapper_ex/issues/72)) ([85830bf](https://github.com/joshrotenberg/git_wrapper_ex/commit/85830bf885199f98b4070bc80fa8e54b1bc0b4f4))
* add higher-level modules (Changes, Tags, Remotes, Stashes, Patch, Conflicts) ([#75](https://github.com/joshrotenberg/git_wrapper_ex/issues/75)) ([f8d5242](https://github.com/joshrotenberg/git_wrapper_ex/commit/f8d52427b14d1d1608327eeefd0847f76070e42a))
* add interpret-trailers and maintenance commands ([#74](https://github.com/joshrotenberg/git_wrapper_ex/issues/74)) ([d03079e](https://github.com/joshrotenberg/git_wrapper_ex/commit/d03079eb5e32a7c458dd8125fa78d0c795d4ae2d))
* add plumbing commands (for-each-ref, hash-object, symbolic-ref, update-ref) ([#73](https://github.com/joshrotenberg/git_wrapper_ex/issues/73)) ([415cd6f](https://github.com/joshrotenberg/git_wrapper_ex/commit/415cd6fb3994ca0f35363cf37c6ea38f8531d6f8))
* add switch and restore commands (modern checkout replacements) ([#70](https://github.com/joshrotenberg/git_wrapper_ex/issues/70)) ([a86d462](https://github.com/joshrotenberg/git_wrapper_ex/commit/a86d4624c8555bac9b6497deb22d45684a3f5dc9)), closes [#60](https://github.com/joshrotenberg/git_wrapper_ex/issues/60)
## [0.3.0](https://github.com/joshrotenberg/git_wrapper_ex/compare/v0.2.0...v0.3.0) (2026-04-05)
### Features
* add describe, shortlog, format-patch, archive, ls-remote, ls-tree, submodule ([#55](https://github.com/joshrotenberg/git_wrapper_ex/issues/55)) ([e26c17f](https://github.com/joshrotenberg/git_wrapper_ex/commit/e26c17f3d9bcd3c20fefbffc815590c7bbc993bf))
* add rev-list, merge-base, cherry, cat-file, check-ignore, notes, range-diff, sparse-checkout ([#58](https://github.com/joshrotenberg/git_wrapper_ex/issues/58)) ([e642c36](https://github.com/joshrotenberg/git_wrapper_ex/commit/e642c3673828d6a8e2eb7f562a439f49d9067bea))
* add tier-3 commands, refactor raw System.cmd usage ([#59](https://github.com/joshrotenberg/git_wrapper_ex/issues/59)) ([4de2f5b](https://github.com/joshrotenberg/git_wrapper_ex/commit/4de2f5b992120be1d160ca31620dc9f65e538cda))
## [0.2.0](https://github.com/joshrotenberg/git_wrapper_ex/compare/v0.1.0...v0.2.0) (2026-04-05)
### Features
* add checkout command (board worker built) ([ceb226d](https://github.com/joshrotenberg/git_wrapper_ex/commit/ceb226dfaeaf4371fe581a21a6005825d92868f6))
* add git add and merge commands (parallel board workers) ([6d5894c](https://github.com/joshrotenberg/git_wrapper_ex/commit/6d5894c9ddc11a1dffab15330c80a77f9d24c5bf))
* add init, clone, reset commands (board workers with reset) ([b9a0d33](https://github.com/joshrotenberg/git_wrapper_ex/commit/b9a0d33f8de4fe9d216a8e9d998da4aaef6f403e))
* add tag and stash commands ([f6f0eaa](https://github.com/joshrotenberg/git_wrapper_ex/commit/f6f0eaafae44683d8eb86704effc47b6a8da47a4))
* add Workflow, Changes, Info, Search modules ([#30](https://github.com/joshrotenberg/git_wrapper_ex/issues/30)) ([c193bb5](https://github.com/joshrotenberg/git_wrapper_ex/commit/c193bb5121a69530b5b63a06c4a895a0244a9f4c))
* complete git CLI wrapper — status, log, commit, branch, diff, remote ([98404ea](https://github.com/joshrotenberg/git_wrapper_ex/commit/98404ea45263545bab7b2c6778a38ac259df2ef5))
* expand to 31 commands, rename to Git module, add higher-level abstractions ([77d8a34](https://github.com/joshrotenberg/git_wrapper_ex/commit/77d8a34c5905ee7abdd2cc00c6693a8f19a73ac1))
* expand to 31 commands, rename to Git, add higher-level modules ([0bef119](https://github.com/joshrotenberg/git_wrapper_ex/commit/0bef11951adf8b94331076cca5bc24bb797b9156))
* workshop setup for agent-driven development ([4cecc10](https://github.com/joshrotenberg/git_wrapper_ex/commit/4cecc10b0c4dfc62c1e33346c6b10a0c7c10afd7))
### Bug Fixes
* CI test failures from default branch being master ([ca1dcdb](https://github.com/joshrotenberg/git_wrapper_ex/commit/ca1dcdb9693a7b676f739102464e22cbd969e955))