Releases: arusahni/git-req
Releases · arusahni/git-req
v2.0.1
v2.0.0 - A New Era
Thanks for your patience! This version is a total rewrite of git-req, in a new programming language to boot! By migrating from a Bash+Python script to a Rust binary the ground work has been laid for increased development speed and improved functionality in future releases.
The last non-binary version of this was v1.0.0. If you don't wish to run the Rust executable, feel free to use
it.
New features:
- Revised GitLab project ID resolution mechanism. There's now a very good chance that the correct GitLab project ID will be detected. If not, the heuristic will try to fall back to a search-based solution, and, if that fails, will prompt you to manually set it.
- New command line argument to change the stored project ID.
git req --set-project-id PROJECT_IDwill update the stored repository project ID. - Removed Python dependency.
Breaking changes:
- Dropped support for some esoteric platforms?
v1.0.0 - Stable!
I'm tagging this as stable as there have been no notable bugs, and since I'm working on a major update/rewrite that can be tagged 2.0.
New features:
- GitLab API v4 support added
Breaking changes:
- GitLab v3 support has been removed.