Skip to content

Commit 7a55f02

Browse files
committed
Publish 0.5.1
SHA256 hashes: jupyterlab-cell-diff-0.5.1.tgz: aeedd4e4414d3ce15e776eb457ea2a3095da4af265f6fbd75b1c6c7eb850b519 jupyterlab_cell_diff-0.5.1-py3-none-any.whl: 33d6f00c1d06ae8cd6135bc80d939e3dd62e64c153e1728ba2af8b5d0f614f01 jupyterlab_cell_diff-0.5.1.tar.gz: 1ec08b0d1595a5f7672b3cf8af239444d42b056335d49bc476a4dadfb63ba298
1 parent 04e46da commit 7a55f02

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

CHANGELOG.md

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

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

5+
## 0.5.1
6+
7+
([Full Changelog](https://github.com/jupyter-ai-contrib/jupyterlab-cell-diff/compare/v0.5.0...04e46da359755617d98a10311c0604fd331c72cb))
8+
9+
### Bugs fixed
10+
11+
- Fix gutter styling with dark themes [#14](https://github.com/jupyter-ai-contrib/jupyterlab-cell-diff/pull/14) ([@jtpio](https://github.com/jtpio))
12+
13+
### Documentation improvements
14+
15+
- Document command arguments [#15](https://github.com/jupyter-ai-contrib/jupyterlab-cell-diff/pull/15) ([@jtpio](https://github.com/jtpio))
16+
17+
### Contributors to this release
18+
19+
([GitHub contributors page for this release](https://github.com/jupyter-ai-contrib/jupyterlab-cell-diff/graphs/contributors?from=2025-09-17&to=2025-09-23&type=c))
20+
21+
[@jtpio](https://github.com/search?q=repo%3Ajupyter-ai-contrib%2Fjupyterlab-cell-diff+involves%3Ajtpio+updated%3A2025-09-17..2025-09-23&type=Issues)
22+
23+
<!-- <END NEW CHANGELOG ENTRY> -->
24+
525
## 0.5.0
626

727
([Full Changelog](https://github.com/jupyter-ai-contrib/jupyterlab-cell-diff/compare/v0.4.2...787f10383f9ce4eb2b6d781b57ddd808b859b14c))
@@ -26,8 +46,6 @@
2646

2747
[@jtpio](https://github.com/search?q=repo%3Ajupyter-ai-contrib%2Fjupyterlab-cell-diff+involves%3Ajtpio+updated%3A2025-01-03..2025-09-17&type=Issues)
2848

29-
<!-- <END NEW CHANGELOG ENTRY> -->
30-
3149
## 0.4.2
3250

3351
([Full Changelog](https://github.com/jupyter-ai-contrib/jupyterlab-cell-diff/compare/v0.4.1...822c684ae378d6c22af60940bf38d0f7c2a89ab4))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-cell-diff",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "A JupyterLab Extension for showing cell (git) diffs.",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)