Skip to content

Commit 8ce8229

Browse files
committed
Bump version to 0.9.0
1 parent 10d37df commit 8ce8229

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Flet changelog
22

3+
## 0.9.0
4+
5+
* Added `--android` option to `flet run` command.
6+
* Added `page.debug` property ([#1649](https://github.com/flet-dev/flet/issues/1649))
7+
* Added `page.platform_brightness` property and `page.platform_brightness_change` event ([#1630](https://github.com/flet-dev/flet/issues/1630))
8+
* Store session ID in `html.window.name` ([#1629](https://github.com/flet-dev/flet/issues/1629))
9+
* Do not assign random port on Windows with `--ios` flag ([#1620](https://github.com/flet-dev/flet/issues/1620))
10+
311
## 0.8.4
412

513
* Bumping version as PyPi was out of space.

client/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ packages:
183183
path: "../package"
184184
relative: true
185185
source: path
186-
version: "0.8.4"
186+
version: "0.9.0"
187187
flutter:
188188
dependency: "direct main"
189189
description: flutter

package/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.9.0
2+
3+
* Added `--android` option to `flet run` command.
4+
* Added `page.debug` property ([#1649](https://github.com/flet-dev/flet/issues/1649))
5+
* Added `page.platform_brightness` property and `page.platform_brightness_change` event ([#1630](https://github.com/flet-dev/flet/issues/1630))
6+
* Store session ID in `html.window.name` ([#1629](https://github.com/flet-dev/flet/issues/1629))
7+
* Do not assign random port on Windows with `--ios` flag ([#1620](https://github.com/flet-dev/flet/issues/1620))
8+
19
## 0.8.4
210

311
* Bumping version as PyPi was out of space.

package/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: flet
22
description: Write entire Flutter app in Python or add server-driven UI experience into existing Flutter app.
33
homepage: https://flet.dev
44
repository: https://github.com/flet-dev/flet
5-
version: 0.8.4
5+
version: 0.9.0
66

77
# This package supports all platforms listed below.
88
platforms:

0 commit comments

Comments
 (0)