From 9f5bec93ffcdb8f74c66b05a3557a6931d8daa39 Mon Sep 17 00:00:00 2001 From: krassowski Date: Wed, 14 Aug 2024 09:59:45 +0000 Subject: [PATCH] Publish 3.0.2 SHA256 hashes: jupyterlab_code_formatter-3.0.2-py3-none-any.whl: 9f4c5be0a5296029207d965da7b65621aa8a06d39fc3a5d8e59d1f3db88997fd jupyterlab_code_formatter-3.0.2.tar.gz: 55adb8fa8b9bd58f0b39e7d3ead6c1e862e9ebc1444a66cdb4233d8dc6351d4b jupyterlab_code_formatter-3.0.2.tgz: ddef2be89df0e96cc3a6b81d62982d3851afaaf338564f438b9e3212b4600d46 --- CHANGELOG.md | 18 ++++++++++++++++-- package.json | 2 +- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6d2132..65ceb26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ +## 3.0.2 + +([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab_code_formatter/compare/v3.0.1...13234598efd659882e5a7862c8fe32b1f76828a1)) + +### Bugs fixed + +- Update the method for determining kernel language [#354](https://github.com/jupyterlab-contrib/jupyterlab_code_formatter/pull/354) ([@shreve](https://github.com/shreve)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/jupyterlab_code_formatter/graphs/contributors?from=2024-08-07&to=2024-08-14&type=c)) + +[@shreve](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab_code_formatter+involves%3Ashreve+updated%3A2024-08-07..2024-08-14&type=Issues) + + + ## 3.0.1 ([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab_code_formatter/compare/v3.0.0...aad4b750c93ac9aa524a1cc18315706c7d464c29)) @@ -25,8 +41,6 @@ [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab_code_formatter+involves%3Afcollonval+updated%3A2024-07-22..2024-08-07&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab_code_formatter+involves%3Agithub-actions+updated%3A2024-07-22..2024-08-07&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab_code_formatter+involves%3Akrassowski+updated%3A2024-07-22..2024-08-07&type=Issues) | [@panangam](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab_code_formatter+involves%3Apanangam+updated%3A2024-07-22..2024-08-07&type=Issues) | [@shreve](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab_code_formatter+involves%3Ashreve+updated%3A2024-07-22..2024-08-07&type=Issues) - - ## 3.0.0 ([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab_code_formatter/compare/v2.1.0...07f0478cc39a27eb03053fc621a032eb0eaa8931)) diff --git a/package.json b/package.json index b3451c1..59400fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jupyterlab_code_formatter", - "version": "3.0.1", + "version": "3.0.2", "description": " A JupyterLab plugin to facilitate invocation of code formatters.", "keywords": [ "jupyter",