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 228f1e5 commit a03623aCopy full SHA for a03623a
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Textual Cookbook Changelog
2
3
+## [0.2.0] 2025-08-15
4
+
5
+- Added context menu recipe in Animations section
6
7
## [0.1.0] 2025-08-09
8
9
- First release of Textual-Cookbook on PyPI
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "textual-cookbook"
-version = "0.1.0"
+version = "0.2.0"
description = "Textual Cookbook: Recipes for Textual Applications"
readme = "README.md"
requires-python = ">=3.10"
@@ -24,7 +24,7 @@ classifiers = [
24
25
dependencies = [
26
"textual[syntax]>=5.3.0",
27
- "textual-pyfiglet>=1.0.1",
+ "textual-pyfiglet>=1.1.0",
28
"pytest-json-report>=1.5.0",
29
]
30
0 commit comments