Skip to content

Commit

Permalink
🔖 Release version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed May 1, 2023
1 parent 32f606a commit 1260b8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## Latest Changes



## 0.8.0

### Features

* ✨ Add support for custom types and parsers. Initial PR [#583](https://github.com/tiangolo/typer/pull/583) by [@jpurviance](https://github.com/jpurviance). Based on original PR [#443](https://github.com/tiangolo/typer/pull/443) by [@paulo-raca](https://github.com/paulo-raca).
Expand Down
2 changes: 1 addition & 1 deletion typer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Typer, build great CLIs. Easy to code. Based on Python type hints."""

__version__ = "0.7.0"
__version__ = "0.8.0"

from shutil import get_terminal_size as get_terminal_size

Expand Down

0 comments on commit 1260b8d

Please sign in to comment.