summaryrefslogtreecommitdiff
path: root/Cargo.toml
AgeCommit message (Collapse)Author
2021-01-26Update to 0.8.4Nick Gerace
Update to 0.8.4 and change all relevant files with the new semver.
2020-12-15Update to 0.8.3Nick Gerace
Update to 0.8.3 and change all relevant files with the new semver.
2020-12-14Update to 0.8.2Nick Gerace
Update to 0.8.2 and change all relevant files with the new semver.
2020-12-01Update to 0.8.1Nick Gerace
Update to 0.8.1 and change all relevant files with the new semver.
2020-12-01Remove unpush functionalityNick Gerace
Remove unpush functionality since it does not account for all cases. Add debug flag. Revert bare repository checking back to old behavior.
2020-11-26Update to 0.8.0Nick Gerace
Update to 0.8.0 and change all relevant files with the new semver.
2020-11-25Add unpushed commit detectionNick Gerace
Add unpushed commit detection. Add logging stack with envlogger and log crates. Add debug target to Makefile. Update example output in README to include unpushed. Add debug statements for general usage. Update bare repo detection to use upstream functionality.
2020-11-18Update to 0.7.1Nick Gerace
Update to 0.7.1 and change all relevant files with the new semver.
2020-11-11Update to 0.7.0Nick Gerace
Update to 0.7.0 and change all relevant files with the new semver.
2020-11-11Add crates.io publishing requirementsNick Gerace
Add crates.io publishing requirements to Cargo.toml.
2020-11-11Add carets to dependencies and update Cargo.lockNick Gerace
Add carets to dependencies and update Cargo.lock. Both changes are needed for crates.io publishing.
2020-11-03Update to 0.6.2Nick Gerace
Update to 0.6.2 and change all relevant files with the new semver.
2020-10-12Update to 0.6.1Nick Gerace
Update to 0.6.1 and reflect the change in all relevant files.
2020-10-10Update to 0.6.0Nick Gerace
Update to 0.6.0. Reflect version change in all relevant files.
2020-10-10Add eyre for simple backtrace reportingNick Gerace
Add eyre for simple backtrace reporting. Since gfold relies on speed and efficiency, and sports a relatively small codebase, eyre provides a simple backtrace report when an error is encountered. Specifically, the filename and line are the most important parts. Unrelated, add a cargo doc command to the release Make target. Adjust existing docs comments to match style. Change some private definitions to be public.
2020-10-07Update to 0.5.2Nick Gerace
Update to 0.5.2. Update all docs and files to reflect the new version.
2020-10-07Update to 0.5.1Nick Gerace
Update to 0.5.1. Update all docs and files to reflect this change.
2020-09-02Update to 0.5.0Nick Gerace
Update to 0.5.0. Update README to reflect features added, changed, and removed from 0.4.0.
2020-08-31Upgrade to version 0.4.0Nick Gerace
Add structopt change to the CHANGELOG, and update all version markers in the repository to 0.4.0.
2020-08-31Switch to structopt for CLI parsing, and change path flag to positional argumentNick Gerace
Switch from clap to structopt for the CLI library of choice. This is because we were using unversioned clap at its latest main branch release. Structopt will provide us with concrete version support until clap v3 releases, or we stay with structopt. We also change the "-p/--path" flag to an optional, positional argument with this commit.
2020-08-30Switch to Apache 2.0 and upgrade to version 0.3.1 (#18)Nick Gerace
* Switch to Apache 2.0 License from MIT Switch to Apache 2.0 license for all contents of this repository. * Upgrade to version 0.3.1 This version upgrades includes the change to the Apache 2.0 license. These commits will not be squashed.
2020-08-24Upgrade to v0.3.0Nick Gerace
Increment SemVer minor version to align with the new BareRepo STDOUT feature.
2020-08-24Update to version 0.2.2Nick Gerace
This version focuses on fixing GitHub issues 11 and 12.
2020-06-08Add experimental MUSL support, and upgrade to 0.2.1 (#9)Nick Gerace
2020-05-10Switch to prettytable-rs (#8)Nick Gerace
* Switch to prettytable-rs * Update version to 0.2.0
2020-04-27Fix gfold verison (0.1.1) and add update installation instructions (#7)Nick Gerace
2020-04-08Add base contentsNick Gerace