Skip to content

Commit c77d005

Browse files
committed
Release 0.14.2
1 parent 61841ae commit c77d005

File tree

4 files changed

+22
-6
lines changed

4 files changed

+22
-6
lines changed

CHANGELOG.md

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

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

5+
## 0.14.2
6+
7+
([Full Changelog](https://github.com/jupyter-widgets-contrib/ipycanvas/compare/v0.14.1...61841aed8972ff661fcc663ff0950aac750ac48d))
8+
9+
### Merged PRs
10+
11+
- fix offscreen coordinates [#377](https://github.com/jupyter-widgets-contrib/ipycanvas/pull/377) ([@DerThorsten](https://github.com/DerThorsten))
12+
- Fix package.json version entry [#376](https://github.com/jupyter-widgets-contrib/ipycanvas/pull/376) ([@martinRenou](https://github.com/martinRenou))
13+
- Update notebook-link config [#375](https://github.com/jupyter-widgets-contrib/ipycanvas/pull/375) ([@martinRenou](https://github.com/martinRenou))
14+
15+
### Contributors to this release
16+
17+
([GitHub contributors page for this release](https://github.com/jupyter-widgets-contrib/ipycanvas/graphs/contributors?from=2025-08-01&to=2025-11-26&type=c))
18+
19+
[@DerThorsten](https://github.com/search?q=repo%3Ajupyter-widgets-contrib%2Fipycanvas+involves%3ADerThorsten+updated%3A2025-08-01..2025-11-26&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter-widgets-contrib%2Fipycanvas+involves%3Agithub-actions+updated%3A2025-08-01..2025-11-26&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyter-widgets-contrib%2Fipycanvas+involves%3AmartinRenou+updated%3A2025-08-01..2025-11-26&type=Issues)
20+
21+
<!-- <END NEW CHANGELOG ENTRY> -->
22+
523
## 0.14.0
624

725
([Full Changelog](https://github.com/jupyter-widgets-contrib/ipycanvas/compare/v0.13.3...727d33c0478600e8797a0c13b07510e3eef549b3))
@@ -29,8 +47,6 @@
2947

3048
[@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)
3149

32-
<!-- <END NEW CHANGELOG ENTRY> -->
33-
3450
## 0.13.3
3551

3652
([Full Changelog](https://github.com/jupyter-widgets-contrib/ipycanvas/compare/0.13.2...8540dc19f2fff16aa64c0a2d1aa34536b7f43e37))

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.14.1"
7+
__version__ = "0.14.2"

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.14.1",
3+
"version": "0.14.2",
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.14.1"
38+
version = "0.14.2"
3939

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

8888
[tool.tbump.version]
89-
current = "0.14.1"
89+
current = "0.14.2"
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)