Skip to content

v0.2.0

Latest

Choose a tag to compare

@imyelo imyelo released this 07 Mar 11:08
c35641a

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

v0.1.2...v0.2.0