Skip to content

Releases: mbrav/gitraider

0.1.8

21 Apr 17:32
Compare
Choose a tag to compare

Changed

  • Rename project from git_raider to gitraider

0.1.7

20 Apr 18:52
Compare
Choose a tag to compare

Added

  • Improved result formating

0.1.6

10 Apr 14:52
Compare
Choose a tag to compare

Added

  • More functional --dry run flag;
  • Preliminary push support
    • SSH authentication with remote through libgit2 still needs to be figured out.

0.1.5

09 Apr 11:49
Compare
Choose a tag to compare

Fixed

  • Check for changes to avoid creating empty commits on every run

0.1.4

08 Apr 14:41
Compare
Choose a tag to compare

Added

  • Checkout and commit error checks;
  • Stage only files that were matched rather than staging all files before creating a commit.

0.1.3

07 Apr 18:16
Compare
Choose a tag to compare

Changed

  • Rename binary from git-raider to gitraider

0.1.2

04 Apr 13:42
Compare
Choose a tag to compare

Test release

0.1.1

04 Apr 13:31
Compare
Choose a tag to compare

Added

  • Added --push tag (not yet functional)
  • Added unittest to raider.rs

0.1.0

03 Apr 12:37
Compare
Choose a tag to compare

This release marks the first full realization of project's description.

Fixed

  • Fix git commit error

0.0.3

03 Apr 10:15
Compare
Choose a tag to compare

Added

  • Added better README.md