Skip to content

Releases: jwodder/click-loglevel

v0.6.1 — Update for click v8.2.0

11 May 14:40
v0.6.1
Compare
Choose a tag to compare

v0.6.0 — Support asyncclick

11 Feb 15:06
v0.6.0
Compare
Choose a tag to compare
  • Add support for asyncclick (contributed by @kquinsland)

v0.5.1 — Packaging updates

01 Dec 12:29
v0.5.1
Compare
Choose a tag to compare
  • Migrated from setuptools to hatch
  • Drop support for Python 3.7
  • Support Python 3.13

v0.5.0 — Type annotations

09 Oct 18:15
v0.5.0
Compare
Choose a tag to compare
  • Support Python 3.10, 3.11, and 3.12
  • Drop support for Python 3.6
  • Require Click >= 8.0
  • Add type annotations
  • Remove LogLevelType alias

v0.4.0.post1 — Shell completion (now documented!)

05 Jun 22:33
v0.4.0.post1
Compare
Choose a tag to compare
  • Update docs to mention shell completion

v0.4.0 — Shell completion

05 Jun 22:28
v0.4.0
Compare
Choose a tag to compare
  • Support & test against Click 8
  • Support shell completion in Click 8

v0.3.0 — Custom log levels

10 Feb 20:19
v0.3.0
Compare
Choose a tag to compare
  • Support & test against Click 6
  • Support custom log levels

v0.2.0 — Rename class to `LogLevel`

02 Feb 18:41
v0.2.0
Compare
Choose a tag to compare
  • Renamed the class from LogLevelType to LogLevel. The old name is still available (for now) as an alias.

v0.1.0 — Initial release

01 Feb 16:50
v0.1.0
Compare
Choose a tag to compare