Skip to content

Commit d2c5d4a

Browse files
chore(main): release graph-proxy 0.1.13
1 parent 6fa7e14 commit d2c5d4a

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.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.12",
3+
"backend/graph-proxy": "0.1.13",
44
"+2": "0.0.0",
55
"backend/sessionspaces": "0.1.3",
66
"+3": "0.0.0",

backend/graph-proxy/CHANGELOG.md

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

3+
## [0.1.13](https://github.com/DiamondLightSource/workflows/compare/[email protected]@v0.1.13) (2025-11-20)
4+
5+
6+
### Features
7+
8+
* **graph-proxy:** implement Node on Workflow for refetchable fragments ([6fa7e14](https://github.com/DiamondLightSource/workflows/commit/6fa7e141eaf6136a8ec1745024d07f39a7625d65))
9+
310
## [0.1.12](https://github.com/DiamondLightSource/workflows/compare/[email protected]@v0.1.12) (2025-10-08)
411

512

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.12"
3+
version = "0.1.13"
44
edition = "2021"
55
exclude = ["test-assets/"]
66
license-file = "../../LICENSE"

charts/graph-proxy/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: graph-proxy
33
description: A GraphQL proxy for the Argo Workflows Server
44
type: application
5-
version: 0.2.25
6-
appVersion: 0.1.12
5+
version: 0.2.26
6+
appVersion: 0.1.13
77
dependencies:
88
- name: common
99
version: 2.23.0

0 commit comments

Comments
 (0)