Skip to content

Commit 9a503ef

Browse files
committed
Publish 3.0.1
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
1 parent aad4b75 commit 9a503ef

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

CHANGELOG.md

+25-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

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

5+
## 3.0.1
6+
7+
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab_code_formatter/compare/v3.0.0...aad4b750c93ac9aa524a1cc18315706c7d464c29))
8+
9+
### Bugs fixed
10+
11+
- Improve safety of `RFormatter.importable` [#353](https://github.com/jupyterlab-contrib/jupyterlab_code_formatter/pull/353) ([@shreve](https://github.com/shreve))
12+
13+
### Maintenance and upkeep improvements
14+
15+
- Use the new `publish-release` action [#355](https://github.com/jupyterlab-contrib/jupyterlab_code_formatter/pull/355) ([@krassowski](https://github.com/krassowski))
16+
- Add badges and fix some links [#351](https://github.com/jupyterlab-contrib/jupyterlab_code_formatter/pull/351) ([@fcollonval](https://github.com/fcollonval))
17+
18+
### Documentation improvements
19+
20+
- Fix a typo in the documentation [#350](https://github.com/jupyterlab-contrib/jupyterlab_code_formatter/pull/350) ([@panangam](https://github.com/panangam))
21+
22+
### Contributors to this release
23+
24+
([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))
25+
26+
[@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)
27+
28+
<!-- <END NEW CHANGELOG ENTRY> -->
29+
530
## 3.0.0
631

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

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

32-
<!-- <END NEW CHANGELOG ENTRY> -->
33-
3457
## 2.2.1 2023-05-21
3558

3659
**General**

package.json

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

0 commit comments

Comments
 (0)