Skip to content

Commit c63b823

Browse files
author
semantic-release
committed
3.3.0
Automatically generated by python-semantic-release
1 parent 1f8dd8a commit c63b823

2 files changed

Lines changed: 32 additions & 1 deletion

File tree

CHANGELOG.md

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

33

4+
## v3.3.0 (2025-01-12)
5+
6+
### Chores
7+
8+
- Fix pyproject syntax
9+
([`296c4cd`](https://github.com/Kitware/trame-server/commit/296c4cdc6a86aa17ad591d5b80eff5c14714553e))
10+
11+
### Continuous Integration
12+
13+
- Pre-commit exclude changelog
14+
([`3231702`](https://github.com/Kitware/trame-server/commit/3231702c57c8ea55ede3384a815c883a7a7dffea))
15+
16+
- **pyproject**: Add target-version in tool.ruff
17+
([`468c467`](https://github.com/Kitware/trame-server/commit/468c4675bf9ff48b61580bee82b405d6a38f4bd6))
18+
19+
### Documentation
20+
21+
- **state**: Example of state.modified_keys usgae
22+
([`ca5b51e`](https://github.com/Kitware/trame-server/commit/ca5b51e97eab99563547191dc297161f96ef4727))
23+
24+
### Features
25+
26+
- **state**: Add modified_keys accessor
27+
([`12733a1`](https://github.com/Kitware/trame-server/commit/12733a182019aa23dcfe441ba29cbfacb194fdd7))
28+
29+
### Testing
30+
31+
- **state**: Fix possible exec order swap
32+
([`1f8dd8a`](https://github.com/Kitware/trame-server/commit/1f8dd8acfb50b1279944ea74edd8c3d96f4bb02d))
33+
34+
435
## v3.2.7 (2025-01-07)
536

637
### 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-server"
3-
version = "3.2.7"
3+
version = "3.3.0"
44
description = "Internal server side implementation of trame"
55
authors = [
66
{name = "Kitware Inc."},

0 commit comments

Comments
 (0)