We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef342c commit ddd364bCopy full SHA for ddd364b
CHANGELOG.md
@@ -1,4 +1,9 @@
1
+### v0.1.1 - 09/08/2021
2
+- Fix incorrect path to the Python executable
3
+- Fix Python error messages sometimes being incomplete
4
+- Remove `dedent-js` dependency from production release
5
+- Remove `app-root-path` dependency
6
+- Remove `python-shell` dependency
7
+
8
### v0.1.0 - 07/08/2021
9
- Initial development release
-
package.json
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-quantum",
- "version": "0.1.0",
+ "version": "0.1.1",
"description": "Quantum computing functionality for Node-RED",
"author": "Louis Lefevre",
"license": "Apache-2.0",
0 commit comments