Skip to content

Commit bd189b8

Browse files
author
semantic-release
committed
0.7.0
Automatically generated by python-semantic-release
1 parent 3eb7e50 commit bd189b8

File tree

5 files changed

+16
-4
lines changed

5 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.7.0 (2026-03-06)
6+
7+
### Chores
8+
9+
- Require Python 3.12 ([#757](https://github.com/MartinHjelmare/leicacam/pull/757),
10+
[`3eb7e50`](https://github.com/MartinHjelmare/leicacam/commit/3eb7e50367a5460f0dddb275ddb225897f5be542))
11+
12+
### Breaking Changes
13+
14+
- Drop support for Python 3.11
15+
16+
517
## v0.6.0 (2025-03-15)
618

719
### Features

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
project = "leicacam"
1616
project_copyright = "2025, Martin Hjelmare"
1717
author = "Martin Hjelmare"
18-
release = "0.6.0"
18+
release = "0.7.0"
1919

2020
# -- General configuration ---------------------------------------------------
2121
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ license = "MIT"
2121
name = "leicacam"
2222
readme = "README.md"
2323
requires-python = ">=3.12"
24-
version = "0.6.0"
24+
version = "0.7.0"
2525

2626
dependencies = [
2727
"async_timeout",

src/leicacam/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
from .cam import CAM
55

66
__all__ = ["CAM", "AsyncCAM"]
7-
__version__ = "0.6.0"
7+
__version__ = "0.7.0"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)