mirror of
https://github.com/Textualize/textual-web.git
synced 2025-10-17 02:36:40 +03:00
changelog
This commit is contained in:
12
CHANGELOG.md
Normal file
12
CHANGELOG.md
Normal 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
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "textual_web"
|
name = "textual_web"
|
||||||
version = "0.5.4"
|
version = "0.6.0"
|
||||||
description = "Serve Textual apps"
|
description = "Serve Textual apps"
|
||||||
authors = ["Will McGugan <will@textualize.io>"]
|
authors = ["Will McGugan <will@textualize.io>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
@@ -9,7 +9,7 @@ readme = "README.md"
|
|||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.7"
|
python = "^3.7"
|
||||||
textual = "0.35.1"
|
textual = "^0.43.0"
|
||||||
aiohttp = "^3.8.4"
|
aiohttp = "^3.8.4"
|
||||||
uvloop = { version = "^0.17.0", markers = "sys_platform != 'win32'" }
|
uvloop = { version = "^0.17.0", markers = "sys_platform != 'win32'" }
|
||||||
click = "^8.1.3"
|
click = "^8.1.3"
|
||||||
|
|||||||
Reference in New Issue
Block a user