Releases: chevdor/glabel
Releases · chevdor/glabel
v0.0.7
Full Changelog: v0.0.6...v0.0.7
The attached binaries are for MacOS (Intel).
v0.0.6
The crates.io version of hubcaps uses an old version of tokio.
In this version, we go back to tokio v0.2.
See softprops/hubcaps#305
Manual Install
Download the binaries then:
chmod a+x glabel
chmod a+x glabel-wipe
cp glabel /usr/local/bin
cp glabel-wipe /usr/local/bin
v0.0.5
A simple refresh of the deps.
This release also comes with MacOS binaries for Intel Mac:
glabel
: a build with the default features (= not including the wipe feature)
glabel-wipe
: a build including the dangerous ☠️ wipe feature that you should not use :)
v0.0.4
Brings a big performance boost by detecting which labels don't need to be updated.
Adds color output so better see what has been done.
v0.0.3
A new version including more documentation and some cleanup.
The crates have been published to crates.io
v0.0.2
It is now possible to overwrite labels with the new --replace
flag.
v0.0.1
A very crude first version. It allows geting all the labels from a given repo.
It also allows applying the labels from a given set to a repo. It will only create new labels though and existing labels will currently not be replaced.