mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
up
This commit is contained in:
parent
c0180efe84
commit
7840ae3ce0
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user