Skip to content

Commit 9d6eb7d

Browse files
committed
Publish 0.6.0
SHA256 hashes: jupyterlab-diff-0.6.0.tgz: 26a2de50cc2555449827d2d95d8d44c546e021c2d0a4373b0ea4d4dbd6f7cbaa jupyterlab_diff-0.6.0-py3-none-any.whl: 4f63390531977c168c72eada6ee89f9d40dfca5a1d5516c559cce26fb25ae94a jupyterlab_diff-0.6.0.tar.gz: d1eb0cae1652d19303942499cf3488cffd1a8366f39c559414c3e9ee64cbde07
1 parent b379a79 commit 9d6eb7d

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

CHANGELOG.md

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

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

5+
## 0.6.0
6+
7+
([Full Changelog](https://github.com/jupyter-ai-contrib/jupyterlab-diff/compare/v0.5.1...b379a79ebc5163ac5aa677728d3ce7fb67ac6b4c))
8+
9+
### Enhancements made
10+
11+
- Unified cell and file diffs [#16](https://github.com/jupyter-ai-contrib/jupyterlab-diff/pull/16) ([@jtpio](https://github.com/jtpio))
12+
13+
### Maintenance and upkeep improvements
14+
15+
- Fix python name [#21](https://github.com/jupyter-ai-contrib/jupyterlab-diff/pull/21) ([@jtpio](https://github.com/jtpio))
16+
- Rename to `jupyterlab-diff` [#20](https://github.com/jupyter-ai-contrib/jupyterlab-diff/pull/20) ([@jtpio](https://github.com/jtpio))
17+
- Add UI tests [#19](https://github.com/jupyter-ai-contrib/jupyterlab-diff/pull/19) ([@jtpio](https://github.com/jtpio))
18+
19+
### Contributors to this release
20+
21+
([GitHub contributors page for this release](https://github.com/jupyter-ai-contrib/jupyterlab-diff/graphs/contributors?from=2025-09-23&to=2025-10-23&type=c))
22+
23+
[@jtpio](https://github.com/search?q=repo%3Ajupyter-ai-contrib%2Fjupyterlab-diff+involves%3Ajtpio+updated%3A2025-09-23..2025-10-23&type=Issues) | [@Zsailer](https://github.com/search?q=repo%3Ajupyter-ai-contrib%2Fjupyterlab-diff+involves%3AZsailer+updated%3A2025-09-23..2025-10-23&type=Issues)
24+
25+
<!-- <END NEW CHANGELOG ENTRY> -->
26+
527
## 0.5.1
628

729
([Full Changelog](https://github.com/jupyter-ai-contrib/jupyterlab-diff/compare/v0.5.0...04e46da359755617d98a10311c0604fd331c72cb))
@@ -20,8 +42,6 @@
2042

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

23-
<!-- <END NEW CHANGELOG ENTRY> -->
24-
2545
## 0.5.0
2646

2747
([Full Changelog](https://github.com/jupyter-ai-contrib/jupyterlab-diff/compare/v0.4.2...787f10383f9ce4eb2b6d781b57ddd808b859b14c))

package.json

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

0 commit comments

Comments
 (0)