Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Tags: color/clr

Tags

v0.3.20

Toggle v0.3.20's commit message

Unverified

The committer email address is not verified.
Bump version.

v0.3.19

Toggle v0.3.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Print error loading module stack (#41)

v0.3.18

Toggle v0.3.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make honeycomb logging an event rather than a span (#40)

Previous version had two sets of issues:

Use of signals for beeline cleanup stoped control-c and django hot reload from working.
Using beeline traces interfered with instrumentation in commands.
To fix these we move all clr honeycomb logging to a single event sent via an atexit function.
This PR also moves the package version into its own file so we can report it to honeycomb. No great ways to do that in python 3.6 (see https://packaging.python.org/guides/single-sourcing-package-version/), but this seemed the cleanest.

v0.3.17

Toggle v0.3.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #38 from color/bump_version_3_17

fix version to reflect next tag

v0.3.16

Toggle v0.3.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add honeycomb for analytics (#33)

v0.3.15

Toggle v0.3.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow boolean return values for clr commands to be reflected as retur…

…n codes. (#32)

* Allow boolean return values for clr commands to be reflected as return codes.

v0.3.14

Toggle v0.3.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make enum parsing case insensitive (#31)

* Make enum parsing case insensitive

* version

v0.3.13

Toggle v0.3.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix typo

v0.3.12

Toggle v0.3.12's commit message
Bump version to solve caching issue in color/color

v0.3.11

Toggle v0.3.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix check for enum. previously failed when annotated as a typing.Union (

#29)