Skip to content

Commit c00d37d

Browse files
committed
chore: Add v0.9.1 change log
1 parent 63af3de commit c00d37d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/change-log.md

+8
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ 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.1
21+
22+
Jun 09, 2022
23+
24+
- Fixed
25+
- Wonky markdown list rendering when there is trailing whitespace on line immediately following list.
26+
- Respect column width on tables when a scalar value.
27+
2028
## v0.9.0
2129

2230
Jun 07, 2022

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.9.0"
18+
__version__ = "0.9.1"

0 commit comments

Comments
 (0)