Skip to content

Commit b0bd68a

Browse files
committed
Publish 0.50.1
SHA256 hashes: jupyterlab-git-0.50.1.tgz: a3009a3d35551ed577dfcf06523956a7959037b9d472c440f4c1160512496717 jupyterlab_git-0.50.1-py3-none-any.whl: e70d6a82f515f324776bce53cfcbd70f6b88dc5cac239961f9fb23f6e263dd25 jupyterlab_git-0.50.1.tar.gz: bf4f06a3fbc2b2ab84ea5d52326aa0e0b8ccf4e9a3357fa318a119560e1c6a4d
1 parent d0480eb commit b0bd68a

File tree

3 files changed

+40
-4
lines changed

3 files changed

+40
-4
lines changed

CHANGELOG.md

+38-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,44 @@
22

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

5+
## 0.50.1
6+
7+
([Full Changelog](https://github.com/jupyterlab/jupyterlab-git/compare/v0.50.0...d0480eba0d11cbb25f7af443a49d4033c3bfbefd))
8+
9+
### Enhancements made
10+
11+
- Deny git access to nested server root [#1278](https://github.com/jupyterlab/jupyterlab-git/pull/1278) ([@Zxun2](https://github.com/Zxun2))
12+
13+
### Bugs fixed
14+
15+
- Unable to set email/username on a remote server [#1324](https://github.com/jupyterlab/jupyterlab-git/pull/1324) ([@jzhang20133](https://github.com/jzhang20133))
16+
- Fix jitter in git panel [#1306](https://github.com/jupyterlab/jupyterlab-git/pull/1306) ([@krassowski](https://github.com/krassowski))
17+
18+
### Maintenance and upkeep improvements
19+
20+
- Fix GitPanel unit tests [#1331](https://github.com/jupyterlab/jupyterlab-git/pull/1331) ([@Zsailer](https://github.com/Zsailer))
21+
- Fix integration tests [#1330](https://github.com/jupyterlab/jupyterlab-git/pull/1330) ([@Zsailer](https://github.com/Zsailer))
22+
- Remove hybridcontents from test dependencies. [#1329](https://github.com/jupyterlab/jupyterlab-git/pull/1329) ([@Zsailer](https://github.com/Zsailer))
23+
- Update yarn lock for proper checksum [#1326](https://github.com/jupyterlab/jupyterlab-git/pull/1326) ([@Zsailer](https://github.com/Zsailer))
24+
- Bump tar from 6.2.0 to 6.2.1 [#1321](https://github.com/jupyterlab/jupyterlab-git/pull/1321) ([@dependabot](https://github.com/dependabot))
25+
- Bump tar from 6.2.0 to 6.2.1 in /ui-tests [#1320](https://github.com/jupyterlab/jupyterlab-git/pull/1320) ([@dependabot](https://github.com/dependabot))
26+
- Bump ip from 2.0.0 to 2.0.1 in /ui-tests [#1316](https://github.com/jupyterlab/jupyterlab-git/pull/1316) ([@dependabot](https://github.com/dependabot))
27+
- Bump ip from 2.0.0 to 2.0.1 [#1315](https://github.com/jupyterlab/jupyterlab-git/pull/1315) ([@dependabot](https://github.com/dependabot))
28+
- Bump @adobe/css-tools from 4.3.1 to 4.3.2 [#1307](https://github.com/jupyterlab/jupyterlab-git/pull/1307) ([@dependabot](https://github.com/dependabot))
29+
30+
### Documentation improvements
31+
32+
- add Zxun2 as a contributor for code [#1308](https://github.com/jupyterlab/jupyterlab-git/pull/1308) ([@allcontributors](https://github.com/allcontributors))
33+
- Update installation instruction [#1305](https://github.com/jupyterlab/jupyterlab-git/pull/1305) ([@fcollonval](https://github.com/fcollonval))
34+
35+
### Contributors to this release
36+
37+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyterlab-git/graphs/contributors?from=2023-11-21&to=2024-05-16&type=c))
38+
39+
[@allcontributors](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Aallcontributors+updated%3A2023-11-21..2024-05-16&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Adependabot+updated%3A2023-11-21..2024-05-16&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Afcollonval+updated%3A2023-11-21..2024-05-16&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Agithub-actions+updated%3A2023-11-21..2024-05-16&type=Issues) | [@jzhang20133](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Ajzhang20133+updated%3A2023-11-21..2024-05-16&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Akrassowski+updated%3A2023-11-21..2024-05-16&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Awelcome+updated%3A2023-11-21..2024-05-16&type=Issues) | [@Zsailer](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3AZsailer+updated%3A2023-11-21..2024-05-16&type=Issues) | [@Zxun2](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3AZxun2+updated%3A2023-11-21..2024-05-16&type=Issues)
40+
41+
<!-- <END NEW CHANGELOG ENTRY> -->
42+
543
## 0.50.0
644

745
([Full Changelog](https://github.com/jupyterlab/jupyterlab-git/compare/v0.9.0...f5efbc41b31f253f23fcb05adca8e4b54b33e327))
@@ -54,8 +92,6 @@
5492

5593
[@ajbozarth](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Aajbozarth+updated%3A2019-12-04..2023-11-21&type=Issues) | [@allcontributors](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Aallcontributors+updated%3A2019-12-04..2023-11-21&type=Issues) | [@benz0li](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Abenz0li+updated%3A2019-12-04..2023-11-21&type=Issues) | [@blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Ablink1073+updated%3A2019-12-04..2023-11-21&type=Issues) | [@bryant-finney](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Abryant-finney+updated%3A2019-12-04..2023-11-21&type=Issues) | [@btel](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Abtel+updated%3A2019-12-04..2023-11-21&type=Issues) | [@charliwar](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Acharliwar+updated%3A2019-12-04..2023-11-21&type=Issues) | [@chrisjohn2306](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Achrisjohn2306+updated%3A2019-12-04..2023-11-21&type=Issues) | [@DenisaCG](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3ADenisaCG+updated%3A2019-12-04..2023-11-21&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Adependabot+updated%3A2019-12-04..2023-11-21&type=Issues) | [@Dombo](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3ADombo+updated%3A2019-12-04..2023-11-21&type=Issues) | [@echarles](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Aecharles+updated%3A2019-12-04..2023-11-21&type=Issues) | [@eyusupov](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Aeyusupov+updated%3A2019-12-04..2023-11-21&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Afcollonval+updated%3A2019-12-04..2023-11-21&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Agithub-actions+updated%3A2019-12-04..2023-11-21&type=Issues) | [@goanpeca](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Agoanpeca+updated%3A2019-12-04..2023-11-21&type=Issues) | [@HaudinFlorence](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3AHaudinFlorence+updated%3A2019-12-04..2023-11-21&type=Issues) | [@ianhi](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Aianhi+updated%3A2019-12-04..2023-11-21&type=Issues) | [@jaipreet-s](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Ajaipreet-s+updated%3A2019-12-04..2023-11-21&type=Issues) | [@jasongrout](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Ajasongrout+updated%3A2019-12-04..2023-11-21&type=Issues) | [@JasonWeill](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3AJasonWeill+updated%3A2019-12-04..2023-11-21&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Ajtpio+updated%3A2019-12-04..2023-11-21&type=Issues) | [@kgryte](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Akgryte+updated%3A2019-12-04..2023-11-21&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Akrassowski+updated%3A2019-12-04..2023-11-21&type=Issues) | [@lresende](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Alresende+updated%3A2019-12-04..2023-11-21&type=Issues) | [@lumberbot-app](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Alumberbot-app+updated%3A2019-12-04..2023-11-21&type=Issues) | [@mdietz94](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Amdietz94+updated%3A2019-12-04..2023-11-21&type=Issues) | [@meeseeksmachine](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Ameeseeksmachine+updated%3A2019-12-04..2023-11-21&type=Issues) | [@mfakaehler](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Amfakaehler+updated%3A2019-12-04..2023-11-21&type=Issues) | [@mlucool](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Amlucool+updated%3A2019-12-04..2023-11-21&type=Issues) | [@navn-r](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Anavn-r+updated%3A2019-12-04..2023-11-21&type=Issues) | [@saulshanabrook](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Asaulshanabrook+updated%3A2019-12-04..2023-11-21&type=Issues) | [@shawnesquivel](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Ashawnesquivel+updated%3A2019-12-04..2023-11-21&type=Issues) | [@telamonian](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Atelamonian+updated%3A2019-12-04..2023-11-21&type=Issues) | [@tsabbir96](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Atsabbir96+updated%3A2019-12-04..2023-11-21&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Awelcome+updated%3A2019-12-04..2023-11-21&type=Issues)
5694

57-
<!-- <END NEW CHANGELOG ENTRY> -->
58-
5995
## 0.50.0rc0
6096

6197
([Full Changelog](https://github.com/jupyterlab/jupyterlab-git/compare/v0.50.0a2...d539f3b510ba2b596daad68814112ff7786abf91))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlab/git",
3-
"version": "0.50.0",
3+
"version": "0.50.1",
44
"description": "A JupyterLab extension for version control using git",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// generated by genversion
2-
export const version = '0.50.0';
2+
export const version = '0.50.1';

0 commit comments

Comments
 (0)