File tree Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- <START NEW CHANGELOG ENTRY> -->
4
4
5
- ## 0.2.1
5
+ ## 0.2.2
6
6
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 )
8
22
9
23
<!-- <END NEW CHANGELOG ENTRY> -->
10
24
25
+ ## 0.2.1
26
+
27
+ Back-port of #56 , #57 and #59 .
28
+
11
29
## 0.2.0
12
30
13
31
([ Full Changelog] ( https://github.com/jupyter-server/jupyter_ydoc/compare/v0.1.17...55dc65afafb669d0a5552e485cf860d402740dc7 ) )
Original file line number Diff line number Diff line change 11
11
12
12
ydocs = {ep .name : ep .load () for ep in entry_points (group = "jupyter_ydoc" )}
13
13
14
- __version__ = "0.2.1 "
14
+ __version__ = "0.2.2 "
You can’t perform that action at this time.
0 commit comments