Skip to content

Commit c5585fd

Browse files
committed
Publish 0.51.2
SHA256 hashes: jupyterlab-git-0.51.2.tgz: 0fcd20cefe603f79cf966a1bd95ca71f51c1cb424708bb16ad0ee9a812b94cd5 jupyterlab_git-0.51.2-py3-none-any.whl: 1150edabd844f9a5a3c7ba676409b18b8cc95b1a7bb171f357318f4075db2263 jupyterlab_git-0.51.2.tar.gz: ad91d56f0298fd70e7d8f8cd1ee76d261f0dfb940cc490717a31d64df4b7d562
1 parent bee4e64 commit c5585fd

File tree

3 files changed

+28
-4
lines changed

3 files changed

+28
-4
lines changed

CHANGELOG.md

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

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

5+
## 0.51.2
6+
7+
([Full Changelog](https://github.com/jupyterlab/jupyterlab-git/compare/v0.51.1...bee4e6492440dd17280fb30478420f18e7f3c416))
8+
9+
### Enhancements made
10+
11+
- Use `<pre>` tag for error messages in `showErrorMessage` dialog [#1410](https://github.com/jupyterlab/jupyterlab-git/pull/1410) ([@ctcjab](https://github.com/ctcjab))
12+
13+
### Bugs fixed
14+
15+
- Fix branch creation for empty clone [#1411](https://github.com/jupyterlab/jupyterlab-git/pull/1411) ([@gjmooney](https://github.com/gjmooney))
16+
17+
### Maintenance and upkeep improvements
18+
19+
- Bump brace-expansion from 1.1.11 to 1.1.12 in /ui-tests [#1413](https://github.com/jupyterlab/jupyterlab-git/pull/1413) ([@dependabot](https://github.com/dependabot))
20+
- Ignore github.com links for now, fix some other links [#1412](https://github.com/jupyterlab/jupyterlab-git/pull/1412) ([@jtpio](https://github.com/jtpio))
21+
- Bump @babel/runtime from 7.23.2 to 7.27.0 [#1401](https://github.com/jupyterlab/jupyterlab-git/pull/1401) ([@dependabot](https://github.com/dependabot))
22+
23+
### Contributors to this release
24+
25+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyterlab-git/graphs/contributors?from=2025-04-03&to=2025-06-12&type=c))
26+
27+
[@ctcjab](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Actcjab+updated%3A2025-04-03..2025-06-12&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Adependabot+updated%3A2025-04-03..2025-06-12&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Agithub-actions+updated%3A2025-04-03..2025-06-12&type=Issues) | [@gjmooney](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Agjmooney+updated%3A2025-04-03..2025-06-12&type=Issues) | [@jiridanek](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Ajiridanek+updated%3A2025-04-03..2025-06-12&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Ajtpio+updated%3A2025-04-03..2025-06-12&type=Issues)
28+
29+
<!-- <END NEW CHANGELOG ENTRY> -->
30+
531
## 0.51.1
632

733
([Full Changelog](https://github.com/jupyterlab/jupyterlab-git/compare/v0.51.0...3dcaf17a0db3161e7256961ac8eb2a8c6f1edaab))
@@ -18,8 +44,6 @@
1844

1945
[@dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Adependabot+updated%3A2025-02-10..2025-04-03&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Agithub-actions+updated%3A2025-02-10..2025-04-03&type=Issues)
2046

21-
<!-- <END NEW CHANGELOG ENTRY> -->
22-
2347
## 0.51.0
2448

2549
([Full Changelog](https://github.com/jupyterlab/jupyterlab-git/compare/v0.50.2...6eb59d0f89a246fa78e26e61012127998a4f2adc))

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.51.1",
3+
"version": "0.51.2",
44
"description": "A JupyterLab extension for version control using git",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// generated by genversion
2-
export const version = '0.51.1';
2+
export const version = '0.51.2';

0 commit comments

Comments
 (0)