Skip to content

Commit 1ab3d01

Browse files
committed
chore: Bump version
1 parent ffe4883 commit 1ab3d01

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

docs/change-log.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,20 @@ 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.2
21+
22+
Jun 09, 2022
23+
24+
- Fixed
25+
- Don't return values for non-interactive components (separator, image, plots)
26+
2027
## v0.9.1
2128

2229
Jun 09, 2022
2330

2431
- Fixed
2532
- Wonky markdown list rendering when there is trailing whitespace on line immediately following list.
26-
- Respect column width on tables when a scalar value.
33+
- Respect column width on tables when scalar.
2734

2835
## v0.9.0
2936

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.1"
18+
__version__ = "0.9.2"

0 commit comments

Comments
 (0)