Skip to content

Commit

Permalink
Merge pull request #603 from live-codes/releases/v32
Browse files Browse the repository at this point in the history
Prepare release v32
  • Loading branch information
hatemhosny committed Jun 30, 2024
2 parents c83bb11 + 94e5dd4 commit 57c492c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. See [standa

---

## [v32](https://github.com/live-codes/livecodes/compare/v31...v32) (2024-06-30)

### Highlights for this release:

- Brython upgraded to v3.12.3 and fixed a bug that caused Python code to run twice.

### Bug Fixes

- **Compilers:** upgrade brython to v3.12.3 and fix bug of running code twice ([28c2922](https://github.com/live-codes/livecodes/commit/28c2922de0c438bc941ffe73121c204c516d77f3))

---

## [v31](https://github.com/live-codes/livecodes/compare/v30...v31) (2024-06-29)

### Highlights for this release:
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/languages/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Check the [starter template](#starter-template) for an example.

### Version

Brython v3.12.1, running Python v3.12
Brython v3.12.3, running Python v3.12

## Code Formatting

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "livecodes",
"version": "0.0.0",
"appVersion": "31",
"appVersion": "32",
"description": "Code Playground That Just Works!",
"author": "Hatem Hosny",
"license": "MIT",
Expand Down

0 comments on commit 57c492c

Please sign in to comment.