From 29f5a82bf71ec71195a12cf091fe0c96b738c172 Mon Sep 17 00:00:00 2001 From: "dls-release-please[bot]" <190631864+dls-release-please[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 17:02:59 +0000 Subject: [PATCH] chore(main): release sessionspaces 0.1.4 --- .release-please-manifest.json | 2 +- backend/sessionspaces/CHANGELOG.md | 8 ++++++++ backend/sessionspaces/Cargo.toml | 2 +- charts/sessionspaces/Chart.yaml | 4 ++-- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 464588744..aeea9db71 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,7 +2,7 @@ "+1": "0.0.0", "backend/graph-proxy": "0.1.18", "+2": "0.0.0", - "backend/sessionspaces": "0.1.3", + "backend/sessionspaces": "0.1.4", "+3": "0.0.0", "frontend/dashboard": "0.1.12", "+4": "0.0.0", diff --git a/backend/sessionspaces/CHANGELOG.md b/backend/sessionspaces/CHANGELOG.md index c16dd94c3..7dcb5d9e5 100644 --- a/backend/sessionspaces/CHANGELOG.md +++ b/backend/sessionspaces/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.4](https://github.com/DiamondLightSource/workflows/compare/sessionspaces@v0.1.3...sessionspaces@v0.1.4) (2026-04-29) + + +### Features + +* added required documentation for sessionspaces linting ([12c7ce5](https://github.com/DiamondLightSource/workflows/commit/12c7ce53183d3824368b53e9faba841fa56011ec)) +* **sessionspaces:** add p51 instrument ([e88cd61](https://github.com/DiamondLightSource/workflows/commit/e88cd613b2f2962945ec350d432627f3f5c4a33a)) + ## [0.1.3](https://github.com/DiamondLightSource/workflows/compare/sessionspaces@v0.1.2...sessionspaces@v0.1.3) (2025-10-07) diff --git a/backend/sessionspaces/Cargo.toml b/backend/sessionspaces/Cargo.toml index 058300532..f013f4d45 100644 --- a/backend/sessionspaces/Cargo.toml +++ b/backend/sessionspaces/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sessionspaces" -version = "0.1.3" +version = "0.1.4" edition = "2021" license-file = "../../LICENSE" diff --git a/charts/sessionspaces/Chart.yaml b/charts/sessionspaces/Chart.yaml index 811e90c9e..e87d89844 100644 --- a/charts/sessionspaces/Chart.yaml +++ b/charts/sessionspaces/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: sessionspaces description: Namespace controller for creating session namespaces type: application -version: 0.3.21 -appVersion: 0.1.3 +version: 0.3.22 +appVersion: 0.1.4 dependencies: - name: common version: 2.23.0