Skip to content

Commit

Permalink
Publish 3.0.1
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyterlab_code_formatter-3.0.1-py3-none-any.whl: 582227daea9b36d0dcb1f6ba51bf38a44abc84ab9d05288adc2e3221b7d1ac69

jupyterlab_code_formatter-3.0.1.tar.gz: 6806e482673bf00f43b9d4422e6029a4899a8f706630854cebf75b497b6c7194

jupyterlab_code_formatter-3.0.1.tgz: 0ab07dd135a23ad12f7ca23d87fb431a5fb879adfca49c29d6d98f357ad42881
  • Loading branch information
krassowski committed Aug 7, 2024
1 parent aad4b75 commit 9a503ef
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
27 changes: 25 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

<!-- <START NEW CHANGELOG ENTRY> -->

## 3.0.1

([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab_code_formatter/compare/v3.0.0...aad4b750c93ac9aa524a1cc18315706c7d464c29))

### Bugs fixed

- Improve safety of `RFormatter.importable` [#353](https://github.com/jupyterlab-contrib/jupyterlab_code_formatter/pull/353) ([@shreve](https://github.com/shreve))

### Maintenance and upkeep improvements

- Use the new `publish-release` action [#355](https://github.com/jupyterlab-contrib/jupyterlab_code_formatter/pull/355) ([@krassowski](https://github.com/krassowski))
- Add badges and fix some links [#351](https://github.com/jupyterlab-contrib/jupyterlab_code_formatter/pull/351) ([@fcollonval](https://github.com/fcollonval))

### Documentation improvements

- Fix a typo in the documentation [#350](https://github.com/jupyterlab-contrib/jupyterlab_code_formatter/pull/350) ([@panangam](https://github.com/panangam))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/jupyterlab_code_formatter/graphs/contributors?from=2024-07-22&to=2024-08-07&type=c))

[@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)

<!-- <END NEW CHANGELOG ENTRY> -->

## 3.0.0

([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab_code_formatter/compare/v2.1.0...07f0478cc39a27eb03053fc621a032eb0eaa8931))
Expand Down Expand Up @@ -29,8 +54,6 @@

[@felix-cw](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab_code_formatter+involves%3Afelix-cw+updated%3A2023-05-08..2024-07-22&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab_code_formatter+involves%3Agithub-actions+updated%3A2023-05-08..2024-07-22&type=Issues) | [@graelo](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab_code_formatter+involves%3Agraelo+updated%3A2023-05-08..2024-07-22&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab_code_formatter+involves%3Akrassowski+updated%3A2023-05-08..2024-07-22&type=Issues) | [@pdhall99](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab_code_formatter+involves%3Apdhall99+updated%3A2023-05-08..2024-07-22&type=Issues) | [@ryantam626](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab_code_formatter+involves%3Aryantam626+updated%3A2023-05-08..2024-07-22&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 2.2.1 2023-05-21

**General**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab_code_formatter",
"version": "3.0.0",
"version": "3.0.1",
"description": " A JupyterLab plugin to facilitate invocation of code formatters.",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 9a503ef

Please sign in to comment.