Skip to content

Commit 4fdea60

Browse files
0.4.0 release (#17)
1 parent 382be6e commit 4fdea60

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## [0.4.0] 2025-08-16
4+
5+
- Added 2 new recipes by NSPC911 (#15 by @NSPC911):
6+
- Modifying Widgets: decline_failed_input.py
7+
- Modifying Widgets: better_optionlist.py
8+
9+
- Added 1 new recipe by David Fokkema (#16 by @davidfokkema):
10+
- Architecture Patterns: use_default_screen.py
11+
312
## [0.3.0] 2025-08-16
413

514
- Added 4 new recipes by NSPC911:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "textual-cookbook"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "Textual Cookbook: Recipes for Textual Applications"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)