Skip to content

Commit fb45e68

Browse files
committed
Release 0.14.0
1 parent 8634911 commit fb45e68

File tree

4 files changed

+33
-6
lines changed

4 files changed

+33
-6
lines changed

CHANGELOG.md

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

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

5+
## 0.14.0
6+
7+
([Full Changelog](https://github.com/jupyter-widgets-contrib/ipycanvas/compare/v0.13.3...727d33c0478600e8797a0c13b07510e3eef549b3))
8+
9+
### Enhancements made
10+
11+
- Add offscreen-canvas support for the jupyterlite-xeus case [#365](https://github.com/jupyter-widgets-contrib/ipycanvas/pull/365) ([@DerThorsten](https://github.com/DerThorsten))
12+
13+
### Maintenance and upkeep improvements
14+
15+
- Fix ui-tests [#366](https://github.com/jupyter-widgets-contrib/ipycanvas/pull/366) ([@martinRenou](https://github.com/martinRenou))
16+
17+
### Documentation improvements
18+
19+
- Update jupyterlite-xeus in docs [#367](https://github.com/jupyter-widgets-contrib/ipycanvas/pull/367) ([@martinRenou](https://github.com/martinRenou))
20+
21+
### Other merged PRs
22+
23+
- Update docs build [#362](https://github.com/jupyter-widgets-contrib/ipycanvas/pull/362) ([@martinRenou](https://github.com/martinRenou))
24+
- Update docs to use latest ipywidgets + jupyterlite-xeus [#359](https://github.com/jupyter-widgets-contrib/ipycanvas/pull/359) ([@martinRenou](https://github.com/martinRenou))
25+
26+
### Contributors to this release
27+
28+
([GitHub contributors page for this release](https://github.com/jupyter-widgets-contrib/ipycanvas/graphs/contributors?from=2024-09-06&to=2025-08-01&type=c))
29+
30+
[@DerThorsten](https://github.com/search?q=repo%3Ajupyter-widgets-contrib%2Fipycanvas+involves%3ADerThorsten+updated%3A2024-09-06..2025-08-01&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter-widgets-contrib%2Fipycanvas+involves%3Agithub-actions+updated%3A2024-09-06..2025-08-01&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyter-widgets-contrib%2Fipycanvas+involves%3AmartinRenou+updated%3A2024-09-06..2025-08-01&type=Issues)
31+
32+
<!-- <END NEW CHANGELOG ENTRY> -->
33+
534
## 0.13.3
635

736
([Full Changelog](https://github.com/jupyter-widgets-contrib/ipycanvas/compare/0.13.2...8540dc19f2fff16aa64c0a2d1aa34536b7f43e37))
@@ -28,8 +57,6 @@
2857

2958
[@AnyaPorter](https://github.com/AnyaPorter) | [@cleemesser](https://github.com/search?q=repo%3Ajupyter-widgets-contrib%2Fipycanvas+involves%3Acleemesser+updated%3A2024-04-25..2024-09-06&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter-widgets-contrib%2Fipycanvas+involves%3Agithub-actions+updated%3A2024-04-25..2024-09-06&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyter-widgets-contrib%2Fipycanvas+involves%3AmartinRenou+updated%3A2024-04-25..2024-09-06&type=Issues) | [@VladislavZavadskyy](https://github.com/search?q=repo%3Ajupyter-widgets-contrib%2Fipycanvas+involves%3AVladislavZavadskyy+updated%3A2024-04-25..2024-09-06&type=Issues)
3059

31-
<!-- <END NEW CHANGELOG ENTRY> -->
32-
3360
## Release 0.13.2
3461

3562
### Maintenance

ipycanvas/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# Copyright (c) Martin Renou.
55
# Distributed under the terms of the Modified BSD License.
66

7-
__version__ = "0.13.3"
7+
__version__ = "0.14.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipycanvas",
3-
"version": "0.13.3",
3+
"version": "0.14.0",
44
"description": "Interactive widgets library exposing the browser's Canvas API",
55
"keywords": [
66
"jupyter",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies = [
3535
"numpy",
3636
"pillow>=6.0",
3737
]
38-
version = "0.13.3"
38+
version = "0.14.0"
3939

4040
[project.license]
4141
file = "LICENSE.txt"
@@ -86,7 +86,7 @@ field = [
8686
]
8787

8888
[tool.tbump.version]
89-
current = "0.13.3"
89+
current = "0.14.0"
9090
regex = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)((?P<channel>a|b|rc|.dev)(?P<release>\\d+))?"
9191

9292
[tool.tbump.git]

0 commit comments

Comments
 (0)