Skip to content

Commit f16670a

Browse files
committed
Publish 0.4.1
SHA256 hashes: jupyterlab-cell-diff-0.4.1.tgz: 6bc87ff91153a38e43eeb7f995a17e49e9e67883aac2fb04792c7de2ddeddb6f jupyterlab_cell_diff-0.4.1-py3-none-any.whl: 1b2e8b871eaccb4e9cdddb3b39f02725978a142d9c9480acc3cb8cee9a4585c1 jupyterlab_cell_diff-0.4.1.tar.gz: fc2da62c20b37d831a44129016c9f15d9fcdbfa7bb255e3733ad1f699a362e3a
1 parent 8a4b27a commit f16670a

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,12 +2,26 @@
22

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

5-
## 0.4.0
5+
## 0.4.1
66

7-
No merged PRs
7+
([Full Changelog](https://github.com/Zsailer/jupyterlab-cell-diff/compare/v0.4.0...8a4b27aaef88370762f7173b94d472be7b230e52))
8+
9+
### Enhancements made
10+
11+
- Remove old diffs when a new diff is created [#1](https://github.com/Zsailer/jupyterlab-cell-diff/pull/1) ([@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=2024-12-20&to=2025-01-03&type=c))
16+
17+
[@Zsailer](https://github.com/search?q=repo%3AZsailer%2Fjupyterlab-cell-diff+involves%3AZsailer+updated%3A2024-12-20..2025-01-03&type=Issues)
818

919
<!-- <END NEW CHANGELOG ENTRY> -->
1020

21+
## 0.4.0
22+
23+
No merged PRs
24+
1125
## 0.3.0
1226

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

0 commit comments

Comments
 (0)