Skip to content

Commit 1260b8d

Browse files
committed
🔖 Release version 0.8.0
1 parent 32f606a commit 1260b8d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/release-notes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
## Latest Changes
22

33

4+
5+
## 0.8.0
6+
47
### Features
58

69
* ✨ 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).

typer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Typer, build great CLIs. Easy to code. Based on Python type hints."""
22

3-
__version__ = "0.7.0"
3+
__version__ = "0.8.0"
44

55
from shutil import get_terminal_size as get_terminal_size
66

0 commit comments

Comments
 (0)