diff --git a/CHANGELOG.md b/CHANGELOG.md index f34b24b..97041ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,5 @@ +## 0.0.5 (24-Jun-2023) +- Apple silicon support. + ## 0.0.4 (04-Jun-2023) - Initial release. diff --git a/README.md b/README.md index 8f9e712..a30c1bf 100644 --- a/README.md +++ b/README.md @@ -49,9 +49,8 @@ The [Jupyter PowerToys](https://marketplace.visualstudio.com/items?itemName=ms-t ## Known Issues -1. The extension is not yet available for Apple Macs containing the M1 or M2 processors. -2. The InterSystems IRIS Node Native API connectivity we use operates only in synchronous mode. Consequently the output from a long-running cell does not stream, so you have to wait for all the work to complete before you see any results for the cell. -3. THe Jupyter Server proxy launched by the extension always listens on port 50773. +1. The InterSystems IRIS Node Native API connectivity we use operates only in synchronous mode. Consequently the output from a long-running cell does not stream, so you have to wait for all the work to complete before you see any results for the cell. +2. The Jupyter Server proxy launched by the extension always listens on port 50773. ## Feedback diff --git a/package.json b/package.json index 407060f..0ba7dd9 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "iris-jupyter-server", "displayName": "Jupyter Server Proxy for InterSystems IRIS", "description": "Run a local Jupyter Server acting as a proxy for InterSystems IRIS servers defined in InterSystems Server Manager", - "version": "0.0.5-SNAPSHOT", + "version": "0.0.5", "preview": true, "publisher": "intersystems-community", "icon": "images/logo.png",