Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jan 20:56

4.0.0 (2025-01-14)

Bug Fixes

  • correct typo in README and ensure async key import handling (377cc34)

Code Refactoring

  • error: implement consistent error handling system (8857fde)

Features

  • add input validation for key import (e6aa7a9)

BREAKING CHANGES

  • error: GitKeyKitCodes enum changed to string literals
  • Replace numeric error codes with string literals for better debugging
  • Implement consistent error handling across all modules
  • Add proper error propagation chain
  • Improve error messages and debugging information
  • Add detailed error logging
  • Centralize error handling in CLI layer