Skip to content

Commit

Permalink
Bumps version to 0.12.0 (#239)
Browse files Browse the repository at this point in the history
Co-authored-by: tconbeer <tconbeer@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and tconbeer authored Apr 17, 2024
1 parent 1628cde commit 2cee5dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.12.0] - 2024-04-17

- Show the computed filepath in the Save and Open widgets ([#232](https://github.com/tconbeer/textual-textarea/issues/232) - thank you [@bjornasm](https://github.com/bjornasm)!).
- Fixes a crash from initializing the Error Modal incorrectly.
- Fixes a crash from saving to a path in a non-existent directory.
Expand Down Expand Up @@ -236,7 +238,9 @@ All notable changes to this project will be documented in this file.
support for syntax highlighting, themes, keyboard navigation, copy-paste, file
opening and saving, and more!

[Unreleased]: https://github.com/tconbeer/textual-textarea/compare/0.11.3...HEAD
[Unreleased]: https://github.com/tconbeer/textual-textarea/compare/0.12.0...HEAD

[0.12.0]: https://github.com/tconbeer/textual-textarea/compare/0.11.3...0.12.0

[0.11.3]: https://github.com/tconbeer/textual-textarea/compare/0.11.2...0.11.3

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "textual-textarea"
version = "0.11.3"
version = "0.12.0"
description = "A text area (multi-line input) with syntax highlighting for Textual"
authors = ["Ted Conbeer <tconbeer@users.noreply.github.com>"]
license = "MIT"
Expand Down

0 comments on commit 2cee5dd

Please sign in to comment.