From f7d7fbfd4dc5303e6a701260cf09eb865a83781b Mon Sep 17 00:00:00 2001 From: ianthomas23 Date: Wed, 11 Sep 2024 11:30:59 +0000 Subject: [PATCH] Publish 0.0.8 SHA256 hashes: jupyterlite-cockle-0.0.8.tgz: 9d19dc08eb97b13edaaba4fe5b90aa42578e672662f88dd1c06003b82d4bbedb --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 32 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5505608..f73d579 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,35 @@ +## 0.0.8 + +([Full Changelog](https://github.com/jupyterlite/cockle/compare/v0.0.7...c226ca913081827957862d27697b3c122ecafb0e)) + +### Enhancements made + +- Prebuild worker bundle and import WASM files from same directory as JS wrappers [#57](https://github.com/jupyterlite/cockle/pull/57) ([@ianthomas23](https://github.com/ianthomas23)) +- Add lua WASM command [#56](https://github.com/jupyterlite/cockle/pull/56) ([@ianthomas23](https://github.com/ianthomas23)) +- Echo buffered stdin (whilst running a command) back to stdout [#52](https://github.com/jupyterlite/cockle/pull/52) ([@ianthomas23](https://github.com/ianthomas23)) +- Standardise linefeed/newline handling [#51](https://github.com/jupyterlite/cockle/pull/51) ([@ianthomas23](https://github.com/ianthomas23)) + +### Bugs fixed + +- Ignore touch bad file descriptor, but still have incorrect exit code [#53](https://github.com/jupyterlite/cockle/pull/53) ([@ianthomas23](https://github.com/ianthomas23)) +- Support repeat use of BufferedStdin [#49](https://github.com/jupyterlite/cockle/pull/49) ([@ianthomas23](https://github.com/ianthomas23)) + +### Maintenance and upkeep improvements + +- Remove @jupyterlab/services as a dependency [#54](https://github.com/jupyterlite/cockle/pull/54) ([@ianthomas23](https://github.com/ianthomas23)) +- Update to jupyterlab 7.2.5 and jupyterlite 0.4.1 [#47](https://github.com/jupyterlite/cockle/pull/47) ([@ianthomas23](https://github.com/ianthomas23)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlite/cockle/graphs/contributors?from=2024-08-19&to=2024-09-11&type=c)) + +[@ianthomas23](https://github.com/search?q=repo%3Ajupyterlite%2Fcockle+involves%3Aianthomas23+updated%3A2024-08-19..2024-09-11&type=Issues) + + + ## 0.0.7 ([Full Changelog](https://github.com/jupyterlite/cockle/compare/v0.0.6...e6f58e3778e92e0bd77aef40c7ae8b18b3346be0)) @@ -16,8 +45,6 @@ [@ianthomas23](https://github.com/search?q=repo%3Ajupyterlite%2Fcockle+involves%3Aianthomas23+updated%3A2024-08-19..2024-08-19&type=Issues) - - ## 0.0.6 ([Full Changelog](https://github.com/jupyterlite/cockle/compare/v0.0.5...1fac256426fd3e98835e7e2132c1534b5487b939)) diff --git a/package-lock.json b/package-lock.json index 5d2651d..802b8ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@jupyterlite/cockle", - "version": "0.0.7", + "version": "0.0.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@jupyterlite/cockle", - "version": "0.0.7", + "version": "0.0.8", "license": "BSD-3-Clause", "dependencies": { "@jupyterlite/contents": "^0.4.1", diff --git a/package.json b/package.json index 47d0569..ae69c67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlite/cockle", - "version": "0.0.7", + "version": "0.0.8", "description": "In browser bash-like shell", "homepage": "https://github.com/jupyterlite/cockle", "license": "BSD-3-Clause",