Skip to content

Commit 901cc84

Browse files
committed
Publish 3.0.0
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
1 parent 07f0478 commit 901cc84

File tree

2 files changed

+30
-3
lines changed

2 files changed

+30
-3
lines changed

CHANGELOG.md

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
22

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

5+
## 3.0.0
6+
7+
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab_code_formatter/compare/v2.1.0...07f0478cc39a27eb03053fc621a032eb0eaa8931))
8+
9+
### Enhancements made
10+
11+
- Add JupyterLab :: 4 classifier [#322](https://github.com/jupyterlab-contrib/jupyterlab_code_formatter/pull/322) ([@graelo](https://github.com/graelo))
12+
- Editor auto save [#318](https://github.com/jupyterlab-contrib/jupyterlab_code_formatter/pull/318) ([@ryantam626](https://github.com/ryantam626))
13+
- 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))
14+
- Add go to cell option in failure dialog [#316](https://github.com/jupyterlab-contrib/jupyterlab_code_formatter/pull/316) ([@ryantam626](https://github.com/ryantam626))
15+
16+
### Bugs fixed
17+
18+
- Fix environment variable leak for unused formatters [#338](https://github.com/jupyterlab-contrib/jupyterlab_code_formatter/pull/338) ([@krassowski](https://github.com/krassowski))
19+
- 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))
20+
- 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))
21+
22+
### Maintenance and upkeep improvements
23+
24+
- 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))
25+
26+
### Contributors to this release
27+
28+
([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))
29+
30+
[@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)
31+
32+
<!-- <END NEW CHANGELOG ENTRY> -->
33+
534
## 2.2.1 2023-05-21
635

736
**General**
@@ -12,8 +41,6 @@
1241

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

15-
<!-- <END NEW CHANGELOG ENTRY> -->
16-
1744
## 2.2.0 Skipped
1845

1946
## 2.1.0 2023-05-08

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab_code_formatter",
3-
"version": "2.2.1",
3+
"version": "3.0.0",
44
"description": " A JupyterLab plugin to facilitate invocation of code formatters.",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)