Skip to content

Commit b210c0e

Browse files
🔖 Release version 0.26.8 (#1859)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 51ae100 commit b210c0e

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

docs/release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Latest Changes
44

5+
## 0.26.8 (2026-06-25)
6+
57
### Fixes
68

79
* 🐛 Make second column of Rich help output reflect the type consistently, even when using `metavar`. PR [#1410](https://github.com/fastapi/typer/pull/1410) by [@svlandeg](https://github.com/svlandeg).

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.26.7"
3+
__version__ = "0.26.8"
44

55
from shutil import get_terminal_size as get_terminal_size
66

0 commit comments

Comments
 (0)