Skip to content

Commit 9c3011d

Browse files
author
semantic-release
committed
1.0.1
Automatically generated by python-semantic-release
1 parent 36696da commit 9c3011d

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
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

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "trame-vtklocal"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "VTK Local Rendering using WASM"
55
authors = [
66
{name = "Kitware Inc."},
@@ -38,6 +38,7 @@ dev = [
3838
]
3939

4040

41+
4142
[build-system]
4243
requires = ["hatchling"]
4344
build-backend = "hatchling.build"
@@ -94,10 +95,12 @@ docstring-code-line-length = "dynamic"
9495
max-line-length = 120
9596

9697

98+
9799
[semantic_release.publish]
98100
dist_glob_patterns = ["dist/*"]
99101
upload_to_vcs_release = true
100102

101103

104+
102105
[lint.pydocstyle]
103106
convention = "google"

0 commit comments

Comments
 (0)