mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
version bump
This commit is contained in:
@@ -5,12 +5,16 @@ 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/).
|
||||
|
||||
## [0.1.12] - Unreleased
|
||||
## [0.1.12] - 2021-09-20
|
||||
|
||||
### Added
|
||||
|
||||
- Added geometry.Spacing
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed calculation of virtual size in scroll views
|
||||
|
||||
## [0.1.11] - 2021-09-12
|
||||
|
||||
### Changed
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "textual"
|
||||
version = "0.1.11"
|
||||
version = "0.1.12"
|
||||
homepage = "https://github.com/willmcgugan/textual"
|
||||
description = "Text User Interface using Rich"
|
||||
authors = ["Will McGugan <willmcgugan@gmail.com>"]
|
||||
|
||||
Reference in New Issue
Block a user