Skip to content

Commit a03623a

Browse files
bump to 0.2.0 (#13)
1 parent 228f1e5 commit a03623a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Textual Cookbook Changelog
22

3+
## [0.2.0] 2025-08-15
4+
5+
- Added context menu recipe in Animations section
6+
37
## [0.1.0] 2025-08-09
48

59
- First release of Textual-Cookbook on PyPI

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "textual-cookbook"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Textual Cookbook: Recipes for Textual Applications"
55
readme = "README.md"
66
requires-python = ">=3.10"
@@ -24,7 +24,7 @@ classifiers = [
2424

2525
dependencies = [
2626
"textual[syntax]>=5.3.0",
27-
"textual-pyfiglet>=1.0.1",
27+
"textual-pyfiglet>=1.1.0",
2828
"pytest-json-report>=1.5.0",
2929
]
3030

0 commit comments

Comments
 (0)