Skip to content

v2.0.0 - A New Era

Choose a tag to compare

@arusahni arusahni released this 20 Feb 02:15

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_ID will update the stored repository project ID.
  • Removed Python dependency.

Breaking changes:

  • Dropped support for some esoteric platforms?