Skip to content

Commit a8d8a1c

Browse files
author
semantic-release
committed
2.0.0
Automatically generated by python-semantic-release
1 parent 7767cce commit a8d8a1c

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
<!-- version list -->
44

5+
## v2.0.0 (2026-03-19)
6+
7+
### Continuous Integration
8+
9+
- Update precommit
10+
([`7767cce`](https://github.com/Kitware/trame-dataclass/commit/7767cce7db3ba426e18e67dc967f7229c5c6d18a))
11+
12+
### Features
13+
14+
- Dataclass is ready for prime time
15+
([`5af6bc9`](https://github.com/Kitware/trame-dataclass/commit/5af6bc974864bb384b034c696d2d0d29819101bd))
16+
17+
518
## v1.6.2 (2026-03-18)
619

720
### 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-dataclass"
3-
version = "1.6.2"
3+
version = "2.0.0"
44
description = "Dataclass for trame UI binding"
55
authors = [{ name = "Kitware Inc." }]
66
dependencies = [

src/trame_dataclass/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.6.2"
1+
__version__ = "2.0.0"

0 commit comments

Comments
 (0)