Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# textual-enhanced ChangeLog

## Unreleased
## v0.13.0

**Released: WiP**
**Released: 2025-04-24**

- Added `tools.History`.
([#50](https://github.com/davep/textual-enhanced/pull/50))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "textual-enhanced"
version = "0.12.0"
version = "0.13.0"
description = "A library of mildly-opinionated enhancements to Textual"
authors = [
{ name = "Dave Pearson", email = "davep@davep.org" }
Expand Down
Loading