Skip to content

Commit 4b9adbf

Browse files
committed
Publish 0.5.0
SHA256 hashes: jupyterlab-cell-diff-0.5.0.tgz: 0f11b1b72f425c2e1d981d4f55c40f13d8cd2d775f5ac02ce5f35cb2ae8fbbb0 jupyterlab_cell_diff-0.5.0-py3-none-any.whl: 18cbf46993ef8bd333e78f5d17739980c75c323b44abfb4478a1872b344f54e8 jupyterlab_cell_diff-0.5.0.tar.gz: e888f8cf4bdaa68f2f99400ac4936a06b1f981a063d57b27d397aa7971479b17
1 parent 787f103 commit 4b9adbf

File tree

2 files changed

+27
-3
lines changed

2 files changed

+27
-3
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.5.0
6+
7+
([Full Changelog](https://github.com/jupyter-ai-contrib/jupyterlab-cell-diff/compare/v0.4.2...787f10383f9ce4eb2b6d781b57ddd808b859b14c))
8+
9+
### New features added
10+
11+
- Allow diffing with `@codemirror/merge` [#6](https://github.com/jupyter-ai-contrib/jupyterlab-cell-diff/pull/6) ([@jtpio](https://github.com/jtpio))
12+
13+
### Enhancements made
14+
15+
- Localize user-facing strings with `ITranslator` [#8](https://github.com/jupyter-ai-contrib/jupyterlab-cell-diff/pull/8) ([@jtpio](https://github.com/jtpio))
16+
17+
### Maintenance and upkeep improvements
18+
19+
- Drop support for `nbdime` diffs [#12](https://github.com/jupyter-ai-contrib/jupyterlab-cell-diff/pull/12) ([@jtpio](https://github.com/jtpio))
20+
- Fix links after the move to the `jupyter-ai-contrib` organization [#7](https://github.com/jupyter-ai-contrib/jupyterlab-cell-diff/pull/7) ([@jtpio](https://github.com/jtpio))
21+
- Delete Untitled.ipynb [#4](https://github.com/jupyter-ai-contrib/jupyterlab-cell-diff/pull/4) ([@jtpio](https://github.com/jtpio))
22+
23+
### Contributors to this release
24+
25+
([GitHub contributors page for this release](https://github.com/jupyter-ai-contrib/jupyterlab-cell-diff/graphs/contributors?from=2025-01-03&to=2025-09-17&type=c))
26+
27+
[@jtpio](https://github.com/search?q=repo%3Ajupyter-ai-contrib%2Fjupyterlab-cell-diff+involves%3Ajtpio+updated%3A2025-01-03..2025-09-17&type=Issues)
28+
29+
<!-- <END NEW CHANGELOG ENTRY> -->
30+
531
## 0.4.2
632

733
([Full Changelog](https://github.com/jupyter-ai-contrib/jupyterlab-cell-diff/compare/v0.4.1...822c684ae378d6c22af60940bf38d0f7c2a89ab4))
@@ -16,8 +42,6 @@
1642

1743
[@Zsailer](https://github.com/search?q=repo%3AZsailer%2Fjupyterlab-cell-diff+involves%3AZsailer+updated%3A2025-01-03..2025-01-03&type=Issues)
1844

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2145
## 0.4.1
2246

2347
([Full Changelog](https://github.com/jupyter-ai-contrib/jupyterlab-cell-diff/compare/v0.4.0...8a4b27aaef88370762f7173b94d472be7b230e52))

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.4.2",
3+
"version": "0.5.0",
44
"description": "A JupyterLab Extension for showing cell (git) diffs.",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)