Skip to content

Commit 2a73426

Browse files
committed
add changelog & update version numbers
1 parent b7ba402 commit 2a73426

File tree

13 files changed

+31
-27
lines changed

13 files changed

+31
-27
lines changed

src/serious_python/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.9.4
2+
* Fix: Updated compileSdkVersion to pass Android builds
3+
* Fix: The version of the dependency `archive` was increased to `4.0.7` and code changes were made for migration.
4+
15
## 0.9.3
26

37
* Fix: Hidden files in site-packages are skipped when building macOS app.

src/serious_python/example/flask_example/pubspec.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -281,42 +281,42 @@ packages:
281281
path: "../.."
282282
relative: true
283283
source: path
284-
version: "0.9.3"
284+
version: "0.9.4"
285285
serious_python_android:
286286
dependency: transitive
287287
description:
288288
path: "../../../serious_python_android"
289289
relative: true
290290
source: path
291-
version: "0.9.3"
291+
version: "0.9.4"
292292
serious_python_darwin:
293293
dependency: transitive
294294
description:
295295
path: "../../../serious_python_darwin"
296296
relative: true
297297
source: path
298-
version: "0.9.3"
298+
version: "0.9.4"
299299
serious_python_linux:
300300
dependency: transitive
301301
description:
302302
path: "../../../serious_python_linux"
303303
relative: true
304304
source: path
305-
version: "0.9.3"
305+
version: "0.9.4"
306306
serious_python_platform_interface:
307307
dependency: transitive
308308
description:
309309
path: "../../../serious_python_platform_interface"
310310
relative: true
311311
source: path
312-
version: "0.9.3"
312+
version: "0.9.4"
313313
serious_python_windows:
314314
dependency: transitive
315315
description:
316316
path: "../../../serious_python_windows"
317317
relative: true
318318
source: path
319-
version: "0.9.3"
319+
version: "0.9.4"
320320
shelf:
321321
dependency: transitive
322322
description:

src/serious_python/example/flet_example/pubspec.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -554,42 +554,42 @@ packages:
554554
path: "../.."
555555
relative: true
556556
source: path
557-
version: "0.9.3"
557+
version: "0.9.4"
558558
serious_python_android:
559559
dependency: transitive
560560
description:
561561
path: "../../../serious_python_android"
562562
relative: true
563563
source: path
564-
version: "0.9.3"
564+
version: "0.9.4"
565565
serious_python_darwin:
566566
dependency: transitive
567567
description:
568568
path: "../../../serious_python_darwin"
569569
relative: true
570570
source: path
571-
version: "0.9.3"
571+
version: "0.9.4"
572572
serious_python_linux:
573573
dependency: transitive
574574
description:
575575
path: "../../../serious_python_linux"
576576
relative: true
577577
source: path
578-
version: "0.9.3"
578+
version: "0.9.4"
579579
serious_python_platform_interface:
580580
dependency: transitive
581581
description:
582582
path: "../../../serious_python_platform_interface"
583583
relative: true
584584
source: path
585-
version: "0.9.3"
585+
version: "0.9.4"
586586
serious_python_windows:
587587
dependency: transitive
588588
description:
589589
path: "../../../serious_python_windows"
590590
relative: true
591591
source: path
592-
version: "0.9.3"
592+
version: "0.9.4"
593593
shared_preferences:
594594
dependency: transitive
595595
description:

src/serious_python/example/run_example/macos/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PODS:
33
- path_provider_foundation (0.0.1):
44
- Flutter
55
- FlutterMacOS
6-
- serious_python_darwin (0.9.2):
6+
- serious_python_darwin (0.9.4):
77
- Flutter
88
- FlutterMacOS
99

src/serious_python/example/run_example/pubspec.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -304,42 +304,42 @@ packages:
304304
path: "../.."
305305
relative: true
306306
source: path
307-
version: "0.9.3"
307+
version: "0.9.4"
308308
serious_python_android:
309309
dependency: transitive
310310
description:
311311
path: "../../../serious_python_android"
312312
relative: true
313313
source: path
314-
version: "0.9.3"
314+
version: "0.9.4"
315315
serious_python_darwin:
316316
dependency: transitive
317317
description:
318318
path: "../../../serious_python_darwin"
319319
relative: true
320320
source: path
321-
version: "0.9.3"
321+
version: "0.9.4"
322322
serious_python_linux:
323323
dependency: transitive
324324
description:
325325
path: "../../../serious_python_linux"
326326
relative: true
327327
source: path
328-
version: "0.9.3"
328+
version: "0.9.4"
329329
serious_python_platform_interface:
330330
dependency: transitive
331331
description:
332332
path: "../../../serious_python_platform_interface"
333333
relative: true
334334
source: path
335-
version: "0.9.3"
335+
version: "0.9.4"
336336
serious_python_windows:
337337
dependency: transitive
338338
description:
339339
path: "../../../serious_python_windows"
340340
relative: true
341341
source: path
342-
version: "0.9.3"
342+
version: "0.9.4"
343343
shelf:
344344
dependency: transitive
345345
description:

src/serious_python/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.9.3
5+
version: 0.9.4
66

77
platforms:
88
ios:

src/serious_python_android/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_android'
2-
version '0.9.3'
2+
version '0.9.4'
33

44
def python_version = '3.12'
55

src/serious_python_android/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: serious_python_android
22
description: Android implementation of the serious_python plugin
33
homepage: https://flet.dev
44
repository: https://github.com/flet-dev/serious-python
5-
version: 0.9.3
5+
version: 0.9.4
66

77
environment:
88
sdk: ">=3.0.0 <4.0.0"

src/serious_python_darwin/darwin/serious_python_darwin.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_darwin'
7-
s.version = '0.9.3'
7+
s.version = '0.9.4'
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.

src/serious_python_darwin/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: serious_python_darwin
22
description: iOS and macOS implementations of the serious_python plugin
33
homepage: https://flet.dev
44
repository: https://github.com/flet-dev/serious-python
5-
version: 0.9.3
5+
version: 0.9.4
66

77
environment:
88
sdk: ">=3.0.0 <4.0.0"

0 commit comments

Comments
 (0)