Skip to content

Commit deb0bba

Browse files
authored
version 0.7.1 (#275)
Signed-off-by: Shimi Bandiel <shimib@google.com>
1 parent 83b917c commit deb0bba

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ module github.com/llm-d-incubation/llm-d-async
22

33
go 1.25.8
44

5-
require github.com/llm-d-incubation/llm-d-async/api v0.7.0-rc.4
5+
require github.com/llm-d-incubation/llm-d-async/api v0.7.1
66

7-
require github.com/llm-d-incubation/llm-d-async/pipeline v0.7.0-rc.4
7+
require github.com/llm-d-incubation/llm-d-async/pipeline v0.7.1
88

99
replace github.com/llm-d-incubation/llm-d-async/api => ./api
1010

pipeline/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ module github.com/llm-d-incubation/llm-d-async/pipeline
22

33
go 1.25.0
44

5-
require github.com/llm-d-incubation/llm-d-async/api v0.7.0-rc.4
5+
require github.com/llm-d-incubation/llm-d-async/api v0.7.1
66

77
replace github.com/llm-d-incubation/llm-d-async/api => ../api

producer/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.25.0
44

55
require (
66
github.com/alicebob/miniredis/v2 v2.37.0
7-
github.com/llm-d-incubation/llm-d-async/api v0.7.0-rc.4
7+
github.com/llm-d-incubation/llm-d-async/api v0.7.1
88
github.com/redis/go-redis/v9 v9.18.0
99
github.com/stretchr/testify v1.11.1
1010
)

0 commit comments

Comments
 (0)