changelog

This commit is contained in:
Will McGugan
2023-11-28 15:30:48 +00:00
parent 4d28e2decf
commit a94e96c3c0
2 changed files with 14 additions and 2 deletions

12
CHANGELOG.md Normal file
View File

@@ -0,0 +1,12 @@
Version 1.1.0
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
[0.6.0] 2023-11-28
- Added app focus

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "textual_web"
version = "0.5.4"
version = "0.6.0"
description = "Serve Textual apps"
authors = ["Will McGugan <will@textualize.io>"]
license = "MIT"
@@ -9,7 +9,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.7"
textual = "0.35.1"
textual = "^0.43.0"
aiohttp = "^3.8.4"
uvloop = { version = "^0.17.0", markers = "sys_platform != 'win32'" }
click = "^8.1.3"