Packages

A clean Elixir wrapper for the git CLI with parsed output structs

Current section

Files

Jump to
git CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## [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))