Skip to content

Releases: alexreg/typer-cloup-cli

0.4.0

25 Jan 04:38
Compare
Choose a tag to compare
  • ⬆ Update dependency typer-cloup to 0.11.0

0.3.0

27 Dec 04:11
Compare
Choose a tag to compare
  • ⬆ Update dependency typer-cloup to 0.10.0
  • ✏ Remove redundant type hints
  • ✏ Fix docstrings in multi_app test asset

0.2.1

26 Nov 04:12
Compare
Choose a tag to compare
  • 📝 Miscellaneous improvements to docs
  • ⬆️ Update dependency pytest-xdist
  • ✏ Fix comment in scripts/test.sh

0.2.0

24 Nov 18:27
Compare
Choose a tag to compare
  • ⬆ Update dependency typer-cloup to 0.9.0

0.1.0

15 Nov 17:06
Compare
Choose a tag to compare
  • 👷 Fix definitions of manual inputs in GitHub workflows
  • 🔧 Rename package module to typer_cloup_cli
  • ⬆ Update dependency typer-cloup to 0.8.0
  • 🔧 Update scripts
  • ✨ Replace calls to sys.exit() with raise typer.Exit()
  • ✅ Add pragma: no cover to line only used with old Python
  • 📝 Update more docs to point to own site

0.0.13

22 Oct 00:08
Compare
Choose a tag to compare
  • 🔧 Fix single-sourcing of package version
  • ⬆ Update build system
  • 📝 Add dependency docstring_parser
  • ⬆ Update dependency typer-cloup
  • 📝 Do not prefix calls with python -m when unnecessary
  • 🐛 Fix Poetry set-up in GitHub workflows
  • ✨ Add support for Click 8
  • ✨ Migrate from typer to typer-cloup
  • ⬇️ Drop support for Python 3.6
  • 👷 Fix poetry commands in GitHub workflows
  • 👷 Update versions of actions in GitHub workflows
  • 👷 Fix formatting of GitHub workflows
  • 📝 Update copyright in license
  • 📝 Update docs to point to own site
  • ✏ Fix grammar/style in README
  • ✏ Fix indentation in README
  • 📝 Update project metadata
  • 🔧 Sort gitignore entries
  • ✅ Report coverage in XML