This commit is contained in:
blueloveTH 2022-12-08 19:54:34 +08:00
parent c0180efe84
commit 7840ae3ce0
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## 0.4.7+3 ## 0.4.7+3
The initial version. Hello, world! 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

View File

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