Skip to content

Releases: jwodder/click-loglevel

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