Skip to content

Commit 32ba905

Browse files
authored
Merge pull request #5382 from Textualize/bump1.0.0
bump to 1.0.0
2 parents 0265e69 + 677b5be commit 32ba905

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## Unreleased
8+
## [1.0.0] - 2024-12-12
99

1010
### Added
1111

@@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1717

1818
### Changed
1919

20-
- Change default quit key to `ctrl+q` https://github.com/Textualize/textual/pull/5352
20+
- Breaking change: Change default quit key to `ctrl+q` https://github.com/Textualize/textual/pull/5352
2121
- The command palette will now select the top item automatically https://github.com/Textualize/textual/pull/5361
2222
- `ctrl+shift+k` now deletes the current line in `TextArea`, and `ctrl+x` will cut
2323
the selection if there is one, otherwise it will cut the current line https://github.com/Textualize/textual/pull/5374
@@ -2668,6 +2668,7 @@ https://textual.textualize.io/blog/2022/11/08/version-040/#version-040
26682668
- New handler system for messages that doesn't require inheritance
26692669
- Improved traceback handling
26702670

2671+
[1.0.0]: https://github.com/Textualize/textual/compare/v0.89.1...v1.0.0
26712672
[0.89.1]: https://github.com/Textualize/textual/compare/v0.89.0...v0.89.1
26722673
[0.89.0]: https://github.com/Textualize/textual/compare/v0.88.1...v0.89.0
26732674
[0.88.1]: https://github.com/Textualize/textual/compare/v0.88.0...v0.88.1

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "textual"
3-
version = "0.89.1"
3+
version = "1.0.0"
44
homepage = "https://github.com/Textualize/textual"
55
repository = "https://github.com/Textualize/textual"
66
documentation = "https://textual.textualize.io/"

0 commit comments

Comments
 (0)