All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.8 - 2023-04-21
- Rename project from
git_raider
togitraider
0.1.7 - 2023-04-20
- Improved result formating
0.1.6 - 2023-04-10
- More functional
--dry
run flag; - Preliminary push support
- SSH authentication with remote through libgit2 still needs to be figured out.
0.1.5 - 2023-04-09
- Check for changed to avoid creating empty commits on every run
0.1.4 - 2023-04-08
- Checkout and commit error checks;
- Stage only files that were matched rather than staging all files before creating a commit.
0.1.3 - 2023-04-07
- Rename binary from
git-raider
togitraider
0.1.2 - 2023-04-04
Test release
0.1.1 - 2023-04-04
- Added
--push
tag (not yet functional) - Added unittest to
raider.rs
0.1.0 - 2023-04-03
This release marks the first full realization of project's description.
- Fix git commit error
0.0.3 - 2023-04-03
- Added better README.md
0.0.2 - 2023-04-01
- Applied some
clippy
recommendations - Fixed GitHub actions cache for target/ directory
0.0.1 - 2023-04-01
- Add project
- None