Skip to content

Commit

Permalink
Bump version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FeodorFitsner committed Aug 4, 2023
1 parent 10d37df commit 8ce8229
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Flet changelog

## 0.9.0

* Added `--android` option to `flet run` command.
* Added `page.debug` property ([#1649](https://github.com/flet-dev/flet/issues/1649))
* Added `page.platform_brightness` property and `page.platform_brightness_change` event ([#1630](https://github.com/flet-dev/flet/issues/1630))
* Store session ID in `html.window.name` ([#1629](https://github.com/flet-dev/flet/issues/1629))
* Do not assign random port on Windows with `--ios` flag ([#1620](https://github.com/flet-dev/flet/issues/1620))

## 0.8.4

* Bumping version as PyPi was out of space.
Expand Down
2 changes: 1 addition & 1 deletion client/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ packages:
path: "../package"
relative: true
source: path
version: "0.8.4"
version: "0.9.0"
flutter:
dependency: "direct main"
description: flutter
Expand Down
8 changes: 8 additions & 0 deletions package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.9.0

* Added `--android` option to `flet run` command.
* Added `page.debug` property ([#1649](https://github.com/flet-dev/flet/issues/1649))
* Added `page.platform_brightness` property and `page.platform_brightness_change` event ([#1630](https://github.com/flet-dev/flet/issues/1630))
* Store session ID in `html.window.name` ([#1629](https://github.com/flet-dev/flet/issues/1629))
* Do not assign random port on Windows with `--ios` flag ([#1620](https://github.com/flet-dev/flet/issues/1620))

## 0.8.4

* Bumping version as PyPi was out of space.
Expand Down
2 changes: 1 addition & 1 deletion package/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: flet
description: Write entire Flutter app in Python or add server-driven UI experience into existing Flutter app.
homepage: https://flet.dev
repository: https://github.com/flet-dev/flet
version: 0.8.4
version: 0.9.0

# This package supports all platforms listed below.
platforms:
Expand Down

0 comments on commit 8ce8229

Please sign in to comment.