From 881239fc788a788e3d7080b034aee59e039bd5cd Mon Sep 17 00:00:00 2001 From: Jack Zhao Date: Sun, 29 Oct 2023 19:45:31 +0000 Subject: [PATCH] Release 0.5.1 --- CHANGELOG.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfc1adc..7fd9c5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,9 @@ 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.0 +#### 0.5.1 - find_imports: only list missing packages [`#1`](https://github.com/bugzpodder/pysandbox/pull/1) - docs [`a4037bf`](https://github.com/bugzpodder/pysandbox/commit/a4037bf5ba4964a225144712e70c91fb0bcc36db) +- add release pipeline [`7d2ba64`](https://github.com/bugzpodder/pysandbox/commit/7d2ba6484e815a990e4fd588546f7fba536a45eb) - Add pysandbox [`8d441fb`](https://github.com/bugzpodder/pysandbox/commit/8d441fbe15170e03a9a35b1c5c0278c80c3e98e1) -- main implementation [`bd813d6`](https://github.com/bugzpodder/pysandbox/commit/bd813d6c7d4dd63bfec21a1cf4c29971b7968574) diff --git a/package.json b/package.json index ecba807..357fe8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pysandbox", - "version": "0.5.0", + "version": "0.5.1", "description": "Run Python in your Web Application", "files": [ "dist/*"