diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aaeda306a..5303ec554f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## [0.46.0] - 2023-12-17 ### Fixed @@ -1549,6 +1549,7 @@ https://textual.textualize.io/blog/2022/11/08/version-040/#version-040 - New handler system for messages that doesn't require inheritance - Improved traceback handling +[0.46.0]: https://github.com/Textualize/textual/compare/v0.45.1...v0.46.0 [0.45.1]: https://github.com/Textualize/textual/compare/v0.45.0...v0.45.1 [0.45.0]: https://github.com/Textualize/textual/compare/v0.44.1...v0.45.0 [0.44.1]: https://github.com/Textualize/textual/compare/v0.44.0...v0.44.1 diff --git a/pyproject.toml b/pyproject.toml index 0c399fce30..e2aacb3975 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "textual" -version = "0.45.1" +version = "0.46.0" homepage = "https://github.com/Textualize/textual" repository = "https://github.com/Textualize/textual" documentation = "https://textual.textualize.io/"