From dc97949b9b730c6157fca64eb2a5cf7aa8f84f25 Mon Sep 17 00:00:00 2001 From: Philippe Laporte Date: Thu, 5 Sep 2024 16:26:04 -0400 Subject: [PATCH 1/2] readme updates for 1.0 release --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 899a0090..cf2fa283 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PythonMonkey -![Testing Suite](https://github.com/Kings-Distributed-Systems/PythonMonkey/actions/workflows/tests.yaml/badge.svg) +[![Test and Publish Suite](https://github.com/Distributive-Network/PythonMonkey/actions/workflows/test-and-publish.yaml/badge.svg)](https://github.com/Distributive-Network/PythonMonkey/actions/workflows/test-and-publish.yaml) ## About [PythonMonkey](https://pythonmonkey.io) is a Mozilla [SpiderMonkey](https://firefox-source-docs.mozilla.org/js/index.html) JavaScript engine embedded into the Python Runtime, @@ -8,7 +8,7 @@ using the Python engine to provide the Javascript host environment. We feature JavaScript Array and Object methods implemented on Python List and Dictionaries using the cPython C API, and the inverse using the Mozilla Firefox Spidermonkey JavaScript C++ API. -This product is in an advanced stage, approximately 98% to MVP as of August 2024. It is under active development by [Distributive](https://distributive.network/). +This product is in release stage, having reached MVP in September 2024. It is under maintenance by [Distributive](https://distributive.network/). External contributions and feedback are welcome and encouraged. @@ -73,7 +73,7 @@ Read this if you want to build a local version. - llvm - rust - python3.8 or later with header files (python3-dev) - - spidermonkey 115.1.0 or later + - spidermonkey latest from mozilla-central - npm (nodejs) - [Poetry](https://python-poetry.org/docs/#installation) - [poetry-dynamic-versioning](https://github.com/mtkennerly/poetry-dynamic-versioning) @@ -462,7 +462,7 @@ List of commands: ```console $ pmjs -Welcome to PythonMonkey v0.4.0. +Welcome to PythonMonkey v1.0.0. Type ".help" for more information. > .python import sys > .python sys.path From 2185eaa218cf10ef8277da3dc758de06e273135a Mon Sep 17 00:00:00 2001 From: Philippe Laporte Date: Thu, 5 Sep 2024 16:27:32 -0400 Subject: [PATCH 2/2] release status rewording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf2fa283..d43e19c9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ using the Python engine to provide the Javascript host environment. We feature JavaScript Array and Object methods implemented on Python List and Dictionaries using the cPython C API, and the inverse using the Mozilla Firefox Spidermonkey JavaScript C++ API. -This product is in release stage, having reached MVP in September 2024. It is under maintenance by [Distributive](https://distributive.network/). +This project has reached MVP as of September 2024. It is under maintenance by [Distributive](https://distributive.network/). External contributions and feedback are welcome and encouraged.