Skip to content

Commit 3775a78

Browse files
committed
chore: Add v0.9 change log
1 parent a427f16 commit 3775a78

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

docs/change-log.md

+13
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,19 @@ For LTS releases, bug fixes are provided for 2 years and security fixes are prov
1717
the longest window of support and maintenance. For general releases, bug fixes are provided for 6 months and security
1818
fixes are provided for 1 year.
1919

20+
## v0.9.0
21+
22+
Jun 07, 2022
23+
24+
- Added
25+
- `nitro` command line program, shipped separately from Python wheel.
26+
- `nitro run` command to download, set up, and run any Nitro app hosted on the world wide web.
27+
- `nitro clone` command to download and set up Nitro apps.
28+
- Fixed
29+
- Don't overflow box contents if `width` or `height` is set.
30+
- Removed
31+
- Python-based CLI (`nitro create`, `nitro list`, `nitro docs` superceded by `nitro run`).
32+
2033
## v0.8.4
2134

2235
Jun 01, 2022

mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ nav:
9090
- Advanced:
9191
- 'writing-plugins.md'
9292
- Meta:
93-
- 'change-log.md'
93+
- 'change-log.md'

py/h2o_nitro/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
from .core import View, AsyncView, Box, BoxArrange, BoxAlign, Option, Theme, box, option, header, row, col, \
1616
ProtocolError, ContextSwitchError, RemoteError, web_directory, lorem, Plugin, Script
1717

18-
__version__ = "0.8.4"
18+
__version__ = "0.9.0"

0 commit comments

Comments
 (0)