From 8cb12784a09e67e1b6189eb6f678198e70305414 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 5 Jul 2024 13:52:08 +0000 Subject: [PATCH] 1.6.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 14 ++++++-------- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f72d0d..78beded 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## v1.6.0 (2024-07-05) + +### Feature + +* feat(devices): added softpositioner ([`e803829`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/e803829f6c2bab1724a2f30eb0633fd52033ffe7)) + ## v1.5.4 (2024-07-05) ### Fix @@ -142,16 +148,8 @@ hd5plugin import has the side effect of installing LZ4 codec ([`55ea6a1`](https: ## v1.2.0 (2024-05-29) -### Ci - -* ci: fix bec_core_branch triggering in ci file ([`3cab569`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/3cab5690db3fbabffecc179cbaadf6878f0ab2f1)) - ### Documentation * docs: Update device list ([`08dfc9e`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/08dfc9e314a1b498ec2fc1f9056234fe732d6428)) * docs: Update device list ([`106233f`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/106233f8d951794e261b08a11b20db6cbf4ef63a)) - -### Test - -* test: add tests ([`af908fa`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/af908fa210914519de9a713ed2ef3e2e0c743742)) diff --git a/pyproject.toml b/pyproject.toml index da6f966..984e868 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ophyd_devices" -version = "1.5.4" +version = "1.6.0" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.10" classifiers = [