Skip to content

Commit 511663a

Browse files
chore: update changelog and release instructions
1 parent 95250d2 commit 511663a

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

docs/source/changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
This is a summary of changes in ipywidgets releases. For more detailed information, see the issues and pull requests for the appropriate milestone on [GitHub](https://github.com/jupyter-widgets/ipywidgets).
44

5+
## 8.0.6
6+
7+
Highlights include:
8+
9+
- Fix: revert removing ipykernel dependency [#3749](https://github.com/jupyter-widgets/ipywidgets/pull/3749)
10+
- Fix: structuredClone broke default serializer that depended on JSON/toJSON [#3738](https://github.com/jupyter-widgets/ipywidgets/pull/3738)
11+
- Fix: comm/ipykernel/manager runtime issues: [#3740](https://github.com/jupyter-widgets/ipywidgets/pull/3740), [#3737](https://github.com/jupyter-widgets/ipywidgets/pull/3737)
12+
513
## 8.0.5
614

715
Highlights include:

docs/source/dev_release.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,11 @@ Using the above script, you can do:
124124
Commit the changes you've made above, and include the uploaded files hashes in the commit message. Tag the release if ipywidgets was released. Push to origin `main` (and include the tag in the push), e.g:
125125

126126
```
127-
git tag 8.0.5
128-
git push origin main 8.0.5
127+
git add -p
128+
git commit -m "Release: ipywidgets 8.0.6, widgetsnbextension 4.0.7, jupyterlab_widgets 3.0.7"
129+
git commit --amend
130+
git tag 8.0.6
131+
git push origin main 8.0.6
129132
```
130133

131134
Update conda-forge packages (if the requirements changed to ipywidgets, make sure to update widgetsnbextension first).

0 commit comments

Comments
 (0)