Skip to content

Commit 0acfab3

Browse files
author
semantic-release
committed
3.8.0
Automatically generated by python-semantic-release
1 parent 1af1fd8 commit 0acfab3

File tree

2 files changed

+50
-1
lines changed

2 files changed

+50
-1
lines changed

CHANGELOG.md

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

33

4+
## v3.8.0 (2025-02-04)
5+
6+
### Chores
7+
8+
- **deps-dev**: Bump vite from 4.5.3 to 4.5.9 in /docs/vitepress
9+
([`b34a4b2`](https://github.com/Kitware/trame/commit/b34a4b26a3506fc368f632ff4d86b9fab8d6e290))
10+
11+
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.3 to 4.5.9. - [Release
12+
notes](https://github.com/vitejs/vite/releases) -
13+
[Changelog](https://github.com/vitejs/vite/blob/v4.5.9/packages/vite/CHANGELOG.md) -
14+
[Commits](https://github.com/vitejs/vite/commits/v4.5.9/packages/vite)
15+
16+
--- updated-dependencies: - dependency-name: vite dependency-type: indirect
17+
18+
...
19+
20+
Signed-off-by: dependabot[bot] <[email protected]>
21+
22+
### Continuous Integration
23+
24+
- Try to fix website update
25+
([`e239c53`](https://github.com/Kitware/trame/commit/e239c53332bf9f2ac42bc45bee3d3b00ee455ba2))
26+
27+
- Update website upload action
28+
([`e8d010e`](https://github.com/Kitware/trame/commit/e8d010e87359fbdae9ca0207aea9c1daac5e594a))
29+
30+
### Documentation
31+
32+
- **ai**: Add chat bot
33+
([`f0c1989`](https://github.com/Kitware/trame/commit/f0c1989c00b7f750aa4c11de806e553793704da0))
34+
35+
- **docker**: Update base image
36+
([`1528091`](https://github.com/Kitware/trame/commit/15280919ab22d2448f77b87d98f9585f830a054f))
37+
38+
- **guide**: Update 'Forcing state exchange' section
39+
([`5ec0c85`](https://github.com/Kitware/trame/commit/5ec0c859511944ef129f65b9853f3012e2159da9))
40+
41+
- **multi-view**: Trigger 2 render
42+
([`445c7b8`](https://github.com/Kitware/trame/commit/445c7b85109db7a459ab01d8e67bd3aa143e0378))
43+
44+
### Features
45+
46+
- **TrameApp**: Avoid intermediate class
47+
([`1af1fd8`](https://github.com/Kitware/trame/commit/1af1fd87a879ff8fa27608a6c4fd895c968da7fc))
48+
49+
- **TrameApp**: Support decorated class inheritance
50+
([`7e7b9ff`](https://github.com/Kitware/trame/commit/7e7b9ff5457cd534eee326d8e82bd016889b1db6))
51+
52+
453
## v3.7.6 (2025-01-01)
554

655
### 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"
3-
version = "3.7.6"
3+
version = "3.8.0"
44
description = "Trame, a framework to build applications in plain Python"
55
authors = [
66
{name = "Kitware Inc."},

0 commit comments

Comments
 (0)