Skip to content

Commit 8566cbc

Browse files
committed
Publish 0.2.2
SHA256 hashes: jupyter_ydoc-0.2.2-py3-none-any.whl: 596a9ae5986b59f8776c42430b5ad516405963574078ab801781933c9690be93 jupyter_ydoc-0.2.2.tar.gz: 3163bd4745eedd46d4bba6df52ab26be3c5c44c3a8aaf247635062486ea8f84f
1 parent ae5e46d commit 8566cbc

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,30 @@
22

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

5-
## 0.2.1
5+
## 0.2.2
66

7-
Back-port of #56, #57 and #59.
7+
([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/v0.2.1...ae5e46d3e4756f80452e9416e70ac6aa9ab7475a))
8+
9+
### Bugs fixed
10+
11+
- Removes YMap for attachements [#77](https://github.com/jupyter-server/jupyter_ydoc/pull/77) ([@fcollonval](https://github.com/fcollonval))
12+
13+
### Other merged PRs
14+
15+
- Add path document attribute [#82](https://github.com/jupyter-server/jupyter_ydoc/pull/82) ([@davidbrochart](https://github.com/davidbrochart))
16+
17+
### Contributors to this release
18+
19+
([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_ydoc/graphs/contributors?from=2022-09-29&to=2022-10-26&type=c))
20+
21+
[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adavidbrochart+updated%3A2022-09-29..2022-10-26&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Afcollonval+updated%3A2022-09-29..2022-10-26&type=Issues) | [@meeseeksmachine](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Ameeseeksmachine+updated%3A2022-09-29..2022-10-26&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Awelcome+updated%3A2022-09-29..2022-10-26&type=Issues)
822

923
<!-- <END NEW CHANGELOG ENTRY> -->
1024

25+
## 0.2.1
26+
27+
Back-port of #56, #57 and #59.
28+
1129
## 0.2.0
1230

1331
([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/v0.1.17...55dc65afafb669d0a5552e485cf860d402740dc7))

jupyter_ydoc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111

1212
ydocs = {ep.name: ep.load() for ep in entry_points(group="jupyter_ydoc")}
1313

14-
__version__ = "0.2.1"
14+
__version__ = "0.2.2"

0 commit comments

Comments
 (0)