blueloveTH 3 лет назад
Родитель
Сommit
7840ae3ce0
2 измененных файлов с 8 добавлено и 1 удалено
  1. 7 0
      plugins/flutter/CHANGELOG.md
  2. 1 1
      plugins/flutter/pubspec.yaml

+ 7 - 0
plugins/flutter/CHANGELOG.md

@@ -1,3 +1,10 @@
 ## 0.4.7+3
 
 The initial version. Hello, world!
+
+## 0.4.8
+
++ Optimize performance
++ Add keyword call, i.e., `print(1, 2, sep=', ', end='\n')
++ Support hex integer literal `0xFFFF`
++ Fix some bugs

+ 1 - 1
plugins/flutter/pubspec.yaml

@@ -1,6 +1,6 @@
 name: pocketpy
 description: A lightweight Python interpreter for game engines.
-version: 0.4.7+3
+version: 0.4.8
 homepage: https://pocketpy.dev
 repository: https://github.com/blueloveth/pocketpy