Skip to content

Commit 135780c

Browse files
author
semantic-release
committed
2.8.15
Automatically generated by python-semantic-release
1 parent bada39f commit 135780c

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,41 @@
11
# CHANGELOG
22

33

4+
## v2.8.15 (2025-02-09)
5+
6+
### Bug Fixes
7+
8+
- **vtk**: Add support for multiple views using ParaView protocol as ref
9+
([`02a5568`](https://github.com/Kitware/trame-vtk/commit/02a5568a113421a3da2a7c64634bfcb4be1c837c))
10+
11+
### Continuous Integration
12+
13+
- Install osmesa
14+
([`97a02e5`](https://github.com/Kitware/trame-vtk/commit/97a02e5a6a165b56ff4e45110d6bd0e6223175aa))
15+
16+
- Try to fix testing
17+
([`242da1e`](https://github.com/Kitware/trame-vtk/commit/242da1ef544d8a0368b07cc0fa33ffbf86ff239d))
18+
19+
- Update .codespellrc to skip changelog
20+
([`166e50c`](https://github.com/Kitware/trame-vtk/commit/166e50c0f778a209324dd5da334549ff1013f894))
21+
22+
- Update upload artifact
23+
([`bada39f`](https://github.com/Kitware/trame-vtk/commit/bada39f4a19540d642f69b442e2c62bf61a5e8b7))
24+
25+
### Documentation
26+
27+
- **js**: List JS dependency
28+
([`e2e3a43`](https://github.com/Kitware/trame-vtk/commit/e2e3a43fc32a0748b97338872c23fa495c9a89d1))
29+
30+
- **readme**: Fix typo
31+
([`990ad17`](https://github.com/Kitware/trame-vtk/commit/990ad17a419aee0630cf8de93b567fa092f588f8))
32+
33+
### Testing
34+
35+
- Cover several vtk version
36+
([`274da78`](https://github.com/Kitware/trame-vtk/commit/274da788bcfa15abf4f453158e14ad5210895e2f))
37+
38+
439
## v2.8.14 (2025-01-08)
540

641
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "trame-vtk"
3-
version = "2.8.14"
3+
version = "2.8.15"
44
description = "VTK widgets for trame"
55
authors = [
66
{name = "Kitware Inc."},

0 commit comments

Comments
 (0)