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+
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
Original file line number Diff line number Diff line change 11group ' com.flet.serious_python'
2- version ' 0.2.1 '
2+ version ' 0.2.2 '
33
44buildscript {
55 repositories {
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff line change 44#
55Pod ::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.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: serious_python
22description : A cross-platform plugin for adding embedded Python runtime to your Flutter apps.
33homepage : https://flet.dev
44repository : https://github.com/flet-dev/serious-python
5- version : 0.2.1
5+ version : 0.2.2
66
77platforms :
88 ios :
You can’t perform that action at this time.
0 commit comments