Skip to content

Commit a18e32f

Browse files
committed
Publish 0.43.0
SHA256 hashes: jupyterlab-git-0.43.0.tgz: 4211dd681f8cf3fa4af092f94c097d79894429129bc91c82b5fd13b4ca711572 jupyterlab_git-0.43.0-py3-none-any.whl: 300e1b518da9c65259f29786c0b673eac6d976fff01be6e46448f89e32ac3164 jupyterlab_git-0.43.0.tar.gz: eaa57a1f47f0b71204d7cd9f31553cc376005bf3fc855e8cc321c281ecb0365c
1 parent 07ee168 commit a18e32f

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

CHANGELOG.md

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

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

5+
## 0.43.0
6+
7+
([Full Changelog](https://github.com/jupyterlab/jupyterlab-git/compare/v0.42.0...07ee168441fe5b5b8094989ac9168c91ef1dd974))
8+
9+
### Enhancements made
10+
11+
- Add new tag feature [#1264](https://github.com/jupyterlab/jupyterlab-git/pull/1264) ([@DenisaCG](https://github.com/DenisaCG))
12+
13+
### Other merged PRs
14+
15+
- Bump systeminformation from 5.18.12 to 5.21.8 [#1268](https://github.com/jupyterlab/jupyterlab-git/pull/1268) ([@dependabot](https://github.com/dependabot))
16+
- Bump systeminformation from 5.11.2 to 5.21.8 in /ui-tests [#1267](https://github.com/jupyterlab/jupyterlab-git/pull/1267) ([@dependabot](https://github.com/dependabot))
17+
18+
### Contributors to this release
19+
20+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyterlab-git/graphs/contributors?from=2023-08-10&to=2023-09-25&type=c))
21+
22+
[@DenisaCG](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3ADenisaCG+updated%3A2023-08-10..2023-09-25&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Adependabot+updated%3A2023-08-10..2023-09-25&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Agithub-actions+updated%3A2023-08-10..2023-09-25&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Awelcome+updated%3A2023-08-10..2023-09-25&type=Issues)
23+
24+
<!-- <END NEW CHANGELOG ENTRY> -->
25+
526
## 0.42.0
627

728
([Full Changelog](https://github.com/jupyterlab/jupyterlab-git/compare/v0.42.0rc0...6eab13686a92b04f531118a8d76f4ce94437947d))
@@ -29,8 +50,6 @@
2950

3051
[@dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Adependabot+updated%3A2023-06-19..2023-08-10&type=Issues) | [@eyusupov](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Aeyusupov+updated%3A2023-06-19..2023-08-10&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Afcollonval+updated%3A2023-06-19..2023-08-10&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Agithub-actions+updated%3A2023-06-19..2023-08-10&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Ajtpio+updated%3A2023-06-19..2023-08-10&type=Issues) | [@mdietz94](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Amdietz94+updated%3A2023-06-19..2023-08-10&type=Issues) | [@mfakaehler](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Amfakaehler+updated%3A2023-06-19..2023-08-10&type=Issues) | [@tsabbir96](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Atsabbir96+updated%3A2023-06-19..2023-08-10&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Awelcome+updated%3A2023-06-19..2023-08-10&type=Issues)
3152

32-
<!-- <END NEW CHANGELOG ENTRY> -->
33-
3453
## 0.42.0rc0
3554

3655
([Full Changelog](https://github.com/jupyterlab/jupyterlab-git/compare/v0.41.0...d14ba4ab42371a139dadceb56c2458819bee6c53))

package.json

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

0 commit comments

Comments
 (0)