Skip to content

Commit 69b025f

Browse files
Merge branch 'main' into doc/migration-guide
2 parents bf17548 + 23dc422 commit 69b025f

File tree

5 files changed

+10
-2
lines changed

5 files changed

+10
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ repos:
3434
- id: check-github-workflows
3535

3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: v0.13.2
37+
rev: v0.13.3
3838
hooks:
3939
- id: ruff
4040
args: [--fix]

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.12.1](https://github.com/ansys/ansys-tools-visualization-interface/releases/tag/v0.12.1) - October 07, 2025
2+
3+
4+
### Miscellaneous
5+
6+
- Fix: Uninitialized variable in PyVistaBackendInterface [#375](https://github.com/ansys/ansys-tools-visualization-interface/pull/375)
7+
18
## [0.12.0](https://github.com/ansys/ansys-tools-visualization-interface/releases/tag/v0.12.0) - October 06, 2025
29

310

doc/changelog.d/375.miscellaneous.md

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[pre-commit.ci] pre-commit autoupdate
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Chore: update CHANGELOG for v0.12.1

0 commit comments

Comments
 (0)