Skip to content

Commit 877b842

Browse files
committed
1.1.0
1 parent f96ac65 commit 877b842

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/source/changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changes in nbdime
22

3+
## 1.1
4+
5+
### 1.1.0 - 2019-08
6+
7+
- Add rest API for server extension for handling pure git diffs of notebooks. This allows for a cleaner call without prefixing the filename etc. This is currently only available on the server extension, but can be moved to the main server if there is demand.
8+
9+
310
## 1.0
411

512
### 1.0.7 - 2019-07

nbdime/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (1, 0, 8, 'dev')
1+
version_info = (1, 1, 0)
22
__version__ = ".".join(map(str, version_info))

0 commit comments

Comments
 (0)