Skip to content

Commit a94e96c

Browse files
committed
changelog
1 parent 4d28e2d commit a94e96c

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Version 1.1.0
2+
# Changelog
3+
4+
All notable changes to this project will be documented in this file.
5+
6+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
7+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8+
9+
10+
[0.6.0] 2023-11-28
11+
12+
- Added app focus

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "textual_web"
3-
version = "0.5.4"
3+
version = "0.6.0"
44
description = "Serve Textual apps"
55
authors = ["Will McGugan <[email protected]>"]
66
license = "MIT"
@@ -9,7 +9,7 @@ readme = "README.md"
99

1010
[tool.poetry.dependencies]
1111
python = "^3.7"
12-
textual = "0.35.1"
12+
textual = "^0.43.0"
1313
aiohttp = "^3.8.4"
1414
uvloop = { version = "^0.17.0", markers = "sys_platform != 'win32'" }
1515
click = "^8.1.3"

0 commit comments

Comments
 (0)