Releases: imyelo/git-reword
Releases · imyelo/git-reword
Release list
v0.2.0
Changelog
Features
- --cwd / -C flag: run git operations from a specified working directory
- --version / -v flag: print the CLI version
Bug Fixes
- Fixed commit reorder issue: commits were not being reversed before rebase, causing some rewrites to be skipped
Tests
- Integration tests for --cwd flag
- Integration tests for MainCommand.run() dispatch
- Added missing coverage for apply, preflight, config, and CLI staged/apply paths
- Optimized and simplified test files with shared setup and helpers
Commits
- chore: update yarn lock 53ac05e
- test: add integration tests for --cwd flag b7b28e7
- feat: add --cwd / -C flag for git operations 6668df6
- test: add missing coverage for apply, preflight, config, and CLI staged/apply paths a7b630e
- refactor(test): optimize remaining test files 74cf7c1
- refactor(test): simplify git tests with shared setup and helpers 36c3164
- test(cli): add MainCommand.run() dispatch integration tests 8466223
- feat: add --version / -v flag d691d35
- fix: reverse commit order before rebase to apply all selected rewrites 09f67af