diff --git a/CHANGELOG.md b/CHANGELOG.md index ef3e765..74b2d46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,29 @@ # CHANGELOG +## v1.31.0 (2025-11-28) + +### Bug Fixes + +- Improvements from review + ([`ad1b042`](https://github.com/bec-project/ophyd_devices/commit/ad1b042f2ee74874659433c9eaa03a90c308cccf)) + +### Continuous Integration + +- Update coverage settings + ([`288096b`](https://github.com/bec-project/ophyd_devices/commit/288096b8ffc4ba94cba8b9ddae2191e4ece943a9)) + +### Features + +- Add shutter class + ([`366c871`](https://github.com/bec-project/ophyd_devices/commit/366c871db6c21e15d3b366a0c227185e7a01b865)) + +### Refactoring + +- **shutter**: Refactor signal structure of shutter device + ([`77eaca1`](https://github.com/bec-project/ophyd_devices/commit/77eaca174e4e2c68500362b267da0ebca3d38013)) + + ## v1.30.3 (2025-11-19) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index d02f464..f0b2c9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ophyd_devices" -version = "1.30.3" +version = "1.31.0" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.11" classifiers = [