Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Releases: color/clr

v0.3.20

23 Nov 17:21
Compare
Choose a tag to compare

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

10 Nov 20:14
a444a06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.18...v0.3.19

v0.3.18

28 Oct 17:35
11262ff
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.16...v0.3.18

v0.3.17 Django Auto-reloader and Ctrl-C fixes

26 Oct 17:58
30d92ec
Compare
Choose a tag to compare

This fixes django autoreloading and ctrl-c handling

add honeycomb for analytics

13 Oct 18:27
53f95ee
Compare
Choose a tag to compare

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

01 Oct 01:26
b7a1d3d
Compare
Choose a tag to compare
v0.3.15

Allow boolean return values for clr commands to be reflected as retur…

Case insensitive enum arguments

17 Aug 20:59
6873a40
Compare
Choose a tag to compare
Make enum parsing case insensitive (#31)

* Make enum parsing case insensitive

* version

Better error message for enum parsing failure

16 Aug 21:56
8f5279b
Compare
Choose a tag to compare

Bump clr version

06 Aug 18:52
Compare
Choose a tag to compare

No changes over v0.3.12.

Enum parsing fix

05 Aug 00:30
c3b62b1
Compare
Choose a tag to compare
v0.3.11

fix check for enum. previously failed when annotated as a typing.Unio…