diff --git a/CHANGELOG.md b/CHANGELOG.md index b0116fb205..2471d5ed43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +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.83.0] - 2024-10-10 ### Added @@ -2443,6 +2442,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.83.0]: https://github.com/Textualize/textual/compare/v0.82.0...v0.83.0 [0.82.0]: https://github.com/Textualize/textual/compare/v0.81.0...v0.82.0 [0.81.0]: https://github.com/Textualize/textual/compare/v0.80.1...v0.81.0 [0.80.1]: https://github.com/Textualize/textual/compare/v0.80.0...v0.80.1 diff --git a/pyproject.toml b/pyproject.toml index 27a330e829..3b88d9a1a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "textual" -version = "0.82.0" +version = "0.83.0" homepage = "https://github.com/Textualize/textual" repository = "https://github.com/Textualize/textual" documentation = "https://textual.textualize.io/"