Skip to content

Commit 4ebb4bc

Browse files
committed
Publish 0.3.2
SHA256 hashes: jupyter-ydoc-0.3.2.tgz: 2250a888d1399a243ee29ede7c98243d418e9281e3bf72d395a77195ede9c247 jupyter_ydoc-0.3.2-py3-none-any.whl: bc1024e60439dc109ead095161a1e882cc4daeea422026487123d7ffb0e26185 jupyter_ydoc-0.3.2.tar.gz: f64493c26bb3ae68a0c83135d4bb02ec2f1a0fd7c52a2d78413b1c578cf0bec9
1 parent 544b1dc commit 4ebb4bc

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

CHANGELOG.md

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

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

5+
## 0.3.2
6+
7+
([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/[email protected]))
8+
9+
### Enhancements made
10+
11+
- Update `YDocument` constructor [#142](https://github.com/jupyter-server/jupyter_ydoc/pull/142) ([@trungleduc](https://github.com/trungleduc))
12+
- Add ycells getter [#136](https://github.com/jupyter-server/jupyter_ydoc/pull/136) ([@davidbrochart](https://github.com/davidbrochart))
13+
- Split documents into separate files [#135](https://github.com/jupyter-server/jupyter_ydoc/pull/135) ([@davidbrochart](https://github.com/davidbrochart))
14+
15+
### Maintenance and upkeep improvements
16+
17+
- Update with ypy v0.6.0 [#145](https://github.com/jupyter-server/jupyter_ydoc/pull/145) ([@davidbrochart](https://github.com/davidbrochart))
18+
- Update `YDocument` constructor [#142](https://github.com/jupyter-server/jupyter_ydoc/pull/142) ([@trungleduc](https://github.com/trungleduc))
19+
- Add ycells getter [#136](https://github.com/jupyter-server/jupyter_ydoc/pull/136) ([@davidbrochart](https://github.com/davidbrochart))
20+
- Split documents into separate files [#135](https://github.com/jupyter-server/jupyter_ydoc/pull/135) ([@davidbrochart](https://github.com/davidbrochart))
21+
22+
### Contributors to this release
23+
24+
([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_ydoc/graphs/contributors?from=2023-01-26&to=2023-02-20&type=c))
25+
26+
[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adavidbrochart+updated%3A2023-01-26..2023-02-20&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Apre-commit-ci+updated%3A2023-01-26..2023-02-20&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Atrungleduc+updated%3A2023-01-26..2023-02-20&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Awelcome+updated%3A2023-01-26..2023-02-20&type=Issues)
27+
28+
<!-- <END NEW CHANGELOG ENTRY> -->
29+
530
## 0.3.1
631

732
([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/[email protected]))
@@ -16,8 +41,6 @@
1641

1742
[@hbcarlos](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Ahbcarlos+updated%3A2023-01-24..2023-01-26&type=Issues)
1843

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2144
## 0.3.0
2245

2346
([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/234334f70cc763f05f4e9185e6d957d96e8f5a24...e8510e0196e959f40863cdb92ec358c1257526dc))

javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter/ydoc",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"type": "module",
55
"description": "Jupyter document structures for collaborative editing using YJS",
66
"homepage": "https://github.com/jupyter-server/jupyter_ydoc",

0 commit comments

Comments
 (0)