diff --git a/CHANGELOG.md b/CHANGELOG.md index 3107f0dbe4..fd6b8adfd8 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.65.0] - 2024-06-05 ### Fixed @@ -2061,6 +2061,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.65.0]: https://github.com/Textualize/textual/compare/v0.64.0...v0.65.0 [0.64.0]: https://github.com/Textualize/textual/compare/v0.63.6...v0.64.0 [0.63.6]: https://github.com/Textualize/textual/compare/v0.63.5...v0.63.6 [0.63.5]: https://github.com/Textualize/textual/compare/v0.63.4...v0.63.5 diff --git a/pyproject.toml b/pyproject.toml index c6506a5b63..6f66f4609d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "textual" -version = "0.64.0" +version = "0.65.0" homepage = "https://github.com/Textualize/textual" repository = "https://github.com/Textualize/textual" documentation = "https://textual.textualize.io/"