We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13846cc commit cfcc2efCopy full SHA for cfcc2ef
2 files changed
docs/release-notes.md
@@ -2,6 +2,8 @@
2
3
## Latest Changes
4
5
+## 0.25.1 (2026-04-30)
6
+
7
### Features
8
9
* 🔧 Add Typer Library Skill for Agents. PR [#1620](https://github.com/fastapi/typer/pull/1620) by [@svlandeg](https://github.com/svlandeg).
typer/__init__.py
@@ -1,6 +1,6 @@
1
"""Typer, build great CLIs. Easy to code. Based on Python type hints."""
-__version__ = "0.25.0"
+__version__ = "0.25.1"
from shutil import get_terminal_size as get_terminal_size
0 commit comments