Skip to content

Commit ac8db4c

Browse files
chore(main): release graph-proxy 0.1.19
1 parent 9ee038b commit ac8db4c

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"+1": "0.0.0",
3-
"backend/graph-proxy": "0.1.18",
3+
"backend/graph-proxy": "0.1.19",
44
"+2": "0.0.0",
55
"backend/sessionspaces": "0.1.6",
66
"+3": "0.0.0",

backend/graph-proxy/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.1.19](https://github.com/DiamondLightSource/workflows/compare/graph-proxy@v0.1.18...graph-proxy@v0.1.19) (2026-05-29)
4+
5+
6+
### Bug Fixes
7+
8+
* **backend:** docstrings for graph-proxy and auth-core ([300d147](https://github.com/DiamondLightSource/workflows/commit/300d147a789aef3614261e1327e6ef82ab9e3f1c))
9+
* **backend:** remove duplicates in toml files ([1386df6](https://github.com/DiamondLightSource/workflows/commit/1386df69ad8bf62854e7a8bab30f03fa0e87024c))
10+
* **backend:** updated backend dependencies ([e124b23](https://github.com/DiamondLightSource/workflows/commit/e124b23ef1fe9322dce880d8efa3d9bb3b212437))
11+
312
## [0.1.18](https://github.com/DiamondLightSource/workflows/compare/graph-proxy@v0.1.17...graph-proxy@v0.1.18) (2026-04-28)
413

514

backend/graph-proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "graph-proxy"
3-
version = "0.1.18"
3+
version = "0.1.19"
44
edition = "2021"
55
exclude = ["test-assets/"]
66
license-file = "../../LICENSE"

charts/graph-proxy/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: graph-proxy
33
description: A GraphQL proxy for the Argo Workflows Server
44
type: application
55
version: 0.2.37
6-
appVersion: 0.1.17
6+
appVersion: 0.1.19
77
dependencies:
88
- name: common
99
version: 2.23.0

0 commit comments

Comments
 (0)