Skip to content

Commit 03cbfe4

Browse files
committed
Publish 0.4.2
SHA256 hashes: jupyterlab-cell-diff-0.4.2.tgz: a99642d7a56bacfae94ee42e20308e28b546e099a4934f2ed4fda2f71035bb44 jupyterlab_cell_diff-0.4.2-py3-none-any.whl: 3b97ba2f5b12c5561d0e3b61fc4f174e10f181bec8c6b6027f23e7075ef1f2e9 jupyterlab_cell_diff-0.4.2.tar.gz: 15ef4337659f8ba12103c483fcd489d36ddd4b25ae2a343ba85f806f1852b7fe
1 parent 822c684 commit 03cbfe4

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

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

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

5+
## 0.4.2
6+
7+
([Full Changelog](https://github.com/Zsailer/jupyterlab-cell-diff/compare/v0.4.1...822c684ae378d6c22af60940bf38d0f7c2a89ab4))
8+
9+
### Bugs fixed
10+
11+
- add logic to remove the 'compare' button [#2](https://github.com/Zsailer/jupyterlab-cell-diff/pull/2) ([@Zsailer](https://github.com/Zsailer))
12+
13+
### Contributors to this release
14+
15+
([GitHub contributors page for this release](https://github.com/Zsailer/jupyterlab-cell-diff/graphs/contributors?from=2025-01-03&to=2025-01-03&type=c))
16+
17+
[@Zsailer](https://github.com/search?q=repo%3AZsailer%2Fjupyterlab-cell-diff+involves%3AZsailer+updated%3A2025-01-03..2025-01-03&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 0.4.1
622

723
([Full Changelog](https://github.com/Zsailer/jupyterlab-cell-diff/compare/v0.4.0...8a4b27aaef88370762f7173b94d472be7b230e52))
@@ -16,8 +32,6 @@
1632

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

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2135
## 0.4.0
2236

2337
No merged PRs

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

0 commit comments

Comments
 (0)