Releases: jwodder/labelmaker
Releases · jwodder/labelmaker
v0.6.1 — Retrying fix
v0.6.0 — Reading repo file from stdin
apply
: The argument to--repo-file
can now be-
to read from standard input- Increased MSRV to 1.81
- Switched internal HTTP library from
reqwest
toureq
v0.5.0 — Reading `apply` repositories from a file
- The log message emitted before each API request is now emitted after the log message about sleeping before mutating requests
- The log message emitted before each API request is now repeated on each retry attempt
apply
: Added a--repo-file
option for reading repositories to operate on from a file
v0.4.0 — More configuration formats
- Support JSON, JSON5, and YAML configuration files
- Fix example TOML configuration in README
v0.3.0 — `make` command
- Properly normalize whitespace in label names
- Properly normalize whitespace in descriptions
- Added a
make
subcommand for creating & updating individual labels
v0.2.0 — Friendlier API usage
- Sleep between mutating API requests in order to keep them at least one second apart, as recommended by GitHub
- Retry (with exponential backoff) requests that fail with 5xx errors or due to rate limiting
- Log a message if no changes are made to a given repository
v0.1.0 — Initial release
Version 0.1.0