File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v1.0.1 (2026-06-26)
5+
6+ ### Bug Fixes
7+
8+ - ** validation** : Add utilities for validation examples
9+ ([ ` 36696da ` ] ( https://github.com/Kitware/trame-vtklocal/commit/36696daa0d54f6846a61b6e2ad91f203f4b2b21b ) )
10+
11+ ### Documentation
12+
13+ - ** example** : Add uv annotation for standalone exec
14+ ([ ` 16edcd7 ` ] ( https://github.com/Kitware/trame-vtklocal/commit/16edcd71b2ef3433675e9a774699774bb39cb016 ) )
15+
16+
417## v1.0.0 (2026-06-26)
518
619### Bug Fixes
Original file line number Diff line number Diff line change 11[project ]
22name = " trame-vtklocal"
3- version = " 1.0.0 "
3+ version = " 1.0.1 "
44description = " VTK Local Rendering using WASM"
55authors = [
66 {name = " Kitware Inc." },
@@ -38,6 +38,7 @@ dev = [
3838]
3939
4040
41+
4142[build-system ]
4243requires = [" hatchling" ]
4344build-backend = " hatchling.build"
@@ -94,10 +95,12 @@ docstring-code-line-length = "dynamic"
9495max-line-length = 120
9596
9697
98+
9799[semantic_release .publish ]
98100dist_glob_patterns = [" dist/*" ]
99101upload_to_vcs_release = true
100102
101103
104+
102105[lint .pydocstyle ]
103106convention = " google"
You can’t perform that action at this time.
0 commit comments