Skip to content

Commit fe82c9c

Browse files
committed
Bump version to 0.2.2
1 parent a86fd73 commit fe82c9c

File tree

6 files changed

+12
-7
lines changed

6 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1+
## 0.2.2
2+
3+
* Exclude `x86` from supported ABIs.
4+
* Fixed: Packaging python app using the packaging command raising an error on windows ([#8](https://github.com/flet-dev/serious-python/issues/8)).
5+
16
## 0.2.1
27

3-
Fix iOS pod.
8+
* Fix iOS pod.
49

510
## 0.2.0
611

7-
Android support.
12+
* Android support.
813

914
## 0.1.5
1015

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.flet.serious_python'
2-
version '0.2.1'
2+
version '0.2.2'
33

44
buildscript {
55
repositories {

example/flask_example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ packages:
281281
path: "../.."
282282
relative: true
283283
source: path
284-
version: "0.2.1"
284+
version: "0.2.2"
285285
sky_engine:
286286
dependency: transitive
287287
description: flutter

example/flet_example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ packages:
486486
path: "../.."
487487
relative: true
488488
source: path
489-
version: "0.2.1"
489+
version: "0.2.2"
490490
shake:
491491
dependency: transitive
492492
description:

ios/serious_python.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'serious_python'
7-
s.version = '0.2.1'
7+
s.version = '0.2.2'
88
s.summary = 'A cross-platform plugin for adding embedded Python runtime to your Flutter apps.'
99
s.description = <<-DESC
1010
A cross-platform plugin for adding embedded Python runtime to your Flutter apps.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: serious_python
22
description: A cross-platform plugin for adding embedded Python runtime to your Flutter apps.
33
homepage: https://flet.dev
44
repository: https://github.com/flet-dev/serious-python
5-
version: 0.2.1
5+
version: 0.2.2
66

77
platforms:
88
ios:

0 commit comments

Comments
 (0)