This repository has been archived by the owner on Apr 24, 2023. It is now read-only.
Releases: color/clr
Releases · color/clr
v0.3.20
What's Changed
- Fix reproducibility of builds across minor Python versions by @danxmoran in #45
Full Changelog: v0.3.19...v0.3.20
v0.3.19
What's Changed
- Print stacktrace for ErrorLoadingNamespace by @mpcusack-color in #41
Full Changelog: v0.3.18...v0.3.19
v0.3.18
What's Changed
- Make honeycomb logging an event rather than a span by @mpcusack-color in #40
Full Changelog: v0.3.16...v0.3.18
v0.3.17 Django Auto-reloader and Ctrl-C fixes
This fixes django autoreloading and ctrl-c handling
add honeycomb for analytics
This release instruments clr
with Honeycomb beeline in order to report usage metrics to Honeycomb.
To do this we add clrenv
, however this can present some problems as that package is not on PyPi. To work around this we have made sure that if clrenv
is not present that we gracefully continue.
Support bool cmd return values for process return codes
v0.3.15 Allow boolean return values for clr commands to be reflected as retur…
Case insensitive enum arguments
Make enum parsing case insensitive (#31) * Make enum parsing case insensitive * version
Better error message for enum parsing failure
v0.3.13 Fix typo
Bump clr version
No changes over v0.3.12.
Enum parsing fix
v0.3.11 fix check for enum. previously failed when annotated as a typing.Unio…