Skip to content

Commit

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

jupyterlab_code_formatter-3.0.0-py3-none-any.whl: bb68296710fefa40f399e8780c34674a398226460e2b4bdf52010aabb9be37bd

jupyterlab_code_formatter-3.0.0.tar.gz: 67e78dc1923bfbb38aee5533a0958b1908cd9be3d9b65ae38b3aa02d1b7b8012

jupyterlab_code_formatter-3.0.0.tgz: af2792f747f38c2d671bff66d19cbbbc1d8de1a327ff2e5b90da7dbd3d7230c8
  • Loading branch information
krassowski committed Jul 22, 2024
1 parent 07f0478 commit 901cc84
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
31 changes: 29 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,35 @@

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

## 3.0.0

([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab_code_formatter/compare/v2.1.0...07f0478cc39a27eb03053fc621a032eb0eaa8931))

### Enhancements made

- Add JupyterLab :: 4 classifier [#322](https://github.com/jupyterlab-contrib/jupyterlab_code_formatter/pull/322) ([@graelo](https://github.com/graelo))
- Editor auto save [#318](https://github.com/jupyterlab-contrib/jupyterlab_code_formatter/pull/318) ([@ryantam626](https://github.com/ryantam626))
- Add suppress error iff auto formatting on save config [#317](https://github.com/jupyterlab-contrib/jupyterlab_code_formatter/pull/317) ([@ryantam626](https://github.com/ryantam626))
- Add go to cell option in failure dialog [#316](https://github.com/jupyterlab-contrib/jupyterlab_code_formatter/pull/316) ([@ryantam626](https://github.com/ryantam626))

### Bugs fixed

- Fix environment variable leak for unused formatters [#338](https://github.com/jupyterlab-contrib/jupyterlab_code_formatter/pull/338) ([@krassowski](https://github.com/krassowski))
- Suppress stderr in call to ruff and add ruff formatter [#333](https://github.com/jupyterlab-contrib/jupyterlab_code_formatter/pull/333) ([@felix-cw](https://github.com/felix-cw))
- fix: restore support for python>=3.7,\<3.9 [#311](https://github.com/jupyterlab-contrib/jupyterlab_code_formatter/pull/311) ([@pdhall99](https://github.com/pdhall99))

### Maintenance and upkeep improvements

- Fix workflows, build against JupyterLab 4, fix build TS 5 errors, lint [#346](https://github.com/jupyterlab-contrib/jupyterlab_code_formatter/pull/346) ([@krassowski](https://github.com/krassowski))

### Contributors to this release

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

[@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 All @@ -12,8 +41,6 @@

- Actually support python>=3.7,<3.9 properly, courtesy of pdhall99;

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

## 2.2.0 Skipped

## 2.1.0 2023-05-08
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": "2.2.1",
"version": "3.0.0",
"description": " A JupyterLab plugin to facilitate invocation of code formatters.",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 901cc84

Please sign in to comment.