Skip to content

Commit 8f2e28a

Browse files
author
semantic-release
committed
1.2.0
Automatically generated by python-semantic-release
1 parent dc6b309 commit 8f2e28a

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v1.2.0 (2026-05-25)
6+
7+
### Features
8+
9+
- Primary-colored square outline on active toggle buttons
10+
([`dc6b309`](https://github.com/Kitware/trame-colormaps/commit/dc6b3092e9bcbd063cd0621b9fdf87b8bc2d7003))
11+
12+
513
## v1.1.1 (2026-05-20)
614

715
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "trame-colormaps"
7-
version = "1.1.1"
7+
version = "1.2.0"
88
description = "Self-contained colormap module for VTK color transfer functions in Trame apps"
99
readme = "README.md"
1010
license = {text = "Apache Software License"}

src/trame_colormaps/__init__.py

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

0 commit comments

Comments
 (0)