Skip to content

Commit d887eca

Browse files
author
semantic-release
committed
0.4.0
Automatically generated by python-semantic-release
1 parent d5ac11c commit d887eca

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v0.4.0 (2026-03-07)
6+
7+
### Chores
8+
9+
- Update package structure ([#588](https://github.com/CellProfiling/camacq-plugins/pull/588),
10+
[`d5ac11c`](https://github.com/CellProfiling/camacq-plugins/commit/d5ac11c2cd3c6b4571032c1044db80c054e99ab5))
11+
12+
### Breaking Changes
13+
14+
- Drop support for Python 3.10 and 3.11
15+
16+
517
## [v0.3.1](https://github.com/CellProfiling/camacq-plugins/tree/v0.3.1) (2026-03-07)
618

719
[Full Changelog](https://github.com/CellProfiling/camacq-plugins/compare/v0.3.0...v0.3.1)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = [ "setuptools>=77.0.3" ]
44

55
[project]
66
name = "camacq-plugins"
7-
version = "0.3.1"
7+
version = "0.4.0"
88
description = "Plugins for camacq"
99
readme = "README.md"
1010
license = "Apache-2.0"

src/camacqplugins/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Provide plugins for camacq."""
22

3-
__version__ = "0.3.1"
3+
__version__ = "0.4.0"

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)