Skip to content

Commit c8bd857

Browse files
author
semantic-release
committed
0.16.3
Automatically generated by python-semantic-release
1 parent 01bd843 commit c8bd857

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

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

33

4+
## v0.16.3 (2026-01-28)
5+
6+
### Bug Fixes
7+
8+
- **emit_memory**: Add property to optionally report memory consumption
9+
([`01bd843`](https://github.com/Kitware/trame-vtklocal/commit/01bd8436ad5fc0525c7d1a0ac2e6339c5913289a))
10+
11+
### Documentation
12+
13+
- **example**: Add emit_memory=True prop
14+
([`7a85d2f`](https://github.com/Kitware/trame-vtklocal/commit/7a85d2f09824ae0bd63a554d28788b9c5de1cfa6))
15+
16+
### Testing
17+
18+
- Add helper methods to test perf
19+
([`6bb7cfc`](https://github.com/Kitware/trame-vtklocal/commit/6bb7cfcbd388d750a3019ab43c3ca49fa1af3236))
20+
21+
422
## v0.16.2 (2026-01-27)
523

624
### 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-vtklocal"
3-
version = "0.16.2"
3+
version = "0.16.3"
44
description = "VTK Local Rendering using WASM"
55
authors = [
66
{name = "Kitware Inc."},

0 commit comments

Comments
 (0)