File tree Expand file tree Collapse file tree 6 files changed +12
-7
lines changed Expand file tree Collapse file tree 6 files changed +12
-7
lines changed Original file line number Diff line number Diff line change
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
+
1
6
## 0.2.1
2
7
3
- Fix iOS pod.
8
+ * Fix iOS pod.
4
9
5
10
## 0.2.0
6
11
7
- Android support.
12
+ * Android support.
8
13
9
14
## 0.1.5
10
15
Original file line number Diff line number Diff line change 1
1
group ' com.flet.serious_python'
2
- version ' 0.2.1 '
2
+ version ' 0.2.2 '
3
3
4
4
buildscript {
5
5
repositories {
Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ packages:
281
281
path: "../.."
282
282
relative: true
283
283
source: path
284
- version: "0.2.1 "
284
+ version: "0.2.2 "
285
285
sky_engine:
286
286
dependency: transitive
287
287
description: flutter
Original file line number Diff line number Diff line change @@ -486,7 +486,7 @@ packages:
486
486
path: "../.."
487
487
relative: true
488
488
source: path
489
- version: "0.2.1 "
489
+ version: "0.2.2 "
490
490
shake:
491
491
dependency: transitive
492
492
description:
Original file line number Diff line number Diff line change 4
4
#
5
5
Pod ::Spec . new do |s |
6
6
s . name = 'serious_python'
7
- s . version = '0.2.1 '
7
+ s . version = '0.2.2 '
8
8
s . summary = 'A cross-platform plugin for adding embedded Python runtime to your Flutter apps.'
9
9
s . description = <<-DESC
10
10
A cross-platform plugin for adding embedded Python runtime to your Flutter apps.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: serious_python
2
2
description : A cross-platform plugin for adding embedded Python runtime to your Flutter apps.
3
3
homepage : https://flet.dev
4
4
repository : https://github.com/flet-dev/serious-python
5
- version : 0.2.1
5
+ version : 0.2.2
6
6
7
7
platforms :
8
8
ios :
You can’t perform that action at this time.
0 commit comments