Skip to content

Commit

Permalink
Release 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bugzpodder committed Nov 4, 2023
1 parent 988dadc commit 6e317d3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [0.5.3](https://github.com/bugzpodder/pysandbox/compare/0.5.2...0.5.3)

- add repl example [`39c5fc3`](https://github.com/bugzpodder/pysandbox/commit/39c5fc330c0142879ca8dd232255d10c319bea1c)
- do not initialize sandbox more than once [`b9f1036`](https://github.com/bugzpodder/pysandbox/commit/b9f1036fb9aebc2b7dc5327a9ab418c67e9c6943)
- react example [`7f40af0`](https://github.com/bugzpodder/pysandbox/commit/7f40af00cea99afed8e8ec33301bce811607f076)

#### [0.5.2](https://github.com/bugzpodder/pysandbox/compare/0.5.1...0.5.2)

> 29 October 2023
- [feat]: use pyodide importMap if available [`3584a4d`](https://github.com/bugzpodder/pysandbox/commit/3584a4dc47c2a28292e45554672dafcf80117d04)
- Release 0.5.2 [`b2f0834`](https://github.com/bugzpodder/pysandbox/commit/b2f08346b82607ada5deeaff24ca72747360c693)

#### 0.5.1

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pysandbox",
"version": "0.5.2",
"version": "0.5.3",
"description": "Run Python in your Web Application",
"files": [
"dist/*"
Expand Down

0 comments on commit 6e317d3

Please sign in to comment.