Skip to content

Commit cbd5113

Browse files
committed
Publish 0.6.0
SHA256 hashes: jupyterlab-diff-0.6.0.tgz: eb24745b0f1deb417024044a7315e7b222162eb269628025be89874cbab092ca jupyterlab_cell_diff-0.6.0-py3-none-any.whl: 166c924fefa61b2d6bd24af2502b4245cae977e0f904cde5cfc8c65a8b86a3c6 jupyterlab_cell_diff-0.6.0.tar.gz: 524bb832fc922502a05870679491dee3f648cd1c6cead7eae5203cddbeeae6e0
1 parent 984e8ee commit cbd5113

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.6.0
6+
7+
([Full Changelog](https://github.com/jupyter-ai-contrib/jupyterlab-diff/compare/v0.5.1...984e8ee6aba711b22b2ebc52c721d7901b82b48f))
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+
- Rename to `jupyterlab-diff` [#20](https://github.com/jupyter-ai-contrib/jupyterlab-diff/pull/20) ([@jtpio](https://github.com/jtpio))
16+
- Add UI tests [#19](https://github.com/jupyter-ai-contrib/jupyterlab-diff/pull/19) ([@jtpio](https://github.com/jtpio))
17+
18+
### Contributors to this release
19+
20+
([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))
21+
22+
[@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)
23+
24+
<!-- <END NEW CHANGELOG ENTRY> -->
25+
526
## 0.5.1
627

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

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

23-
<!-- <END NEW CHANGELOG ENTRY> -->
24-
2544
## 0.5.0
2645

2746
([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)