From 03b3a42a37546778c078c2e017ae502d6d2c1b8e Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 27 May 2024 09:06:53 +0000 Subject: [PATCH] 1.1.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 22 +++++++++++----------- pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d54fa6a..135beea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ +## v1.1.0 (2024-05-27) + +### Feature + +* feat: refactor psi_detector_base class, add tests ([`a0ac8c9`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/a0ac8c9ad701f52429f393a134fd0705583eddb1)) + +### Refactor + +* refactor: add publish file location to base class ([`e8510fb`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/e8510fb249b136781c03849497d85dfb11cca43a)) + + ## v1.0.2 (2024-05-23) ### Ci @@ -147,14 +158,3 @@ BREAKING CHANGE: cleaned up and migrated to the new repo structure. Only shared ## v0.32.0 (2024-04-19) - -### Ci - -* ci: do not wait for additional tests to start ([`b88545f`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/b88545f6864a7d11ca39435906bcbd2cd0bb12b0)) - -### Feature - -* feat: added support for nestes device configs ([`288f394`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/288f39483e83575d0bf3ec7a8e0d872b41b5b183)) - - -## v0.31.0 (2024-04-19) diff --git a/pyproject.toml b/pyproject.toml index e713b24..11f097a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ophyd_devices" -version = "1.0.2" +version = "1.1.0" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.10" classifiers = [