Skip to content

Commit 08e4124

Browse files
authored
chore: bump internal module versions to v0.7.0-RC (#204)
Signed-off-by: Vishwanath Suresh <vsuresh@redhat.com>
1 parent d0845ea commit 08e4124

3 files changed

Lines changed: 4 additions & 8 deletions

File tree

go.mod

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

33
go 1.25.0
44

5-
// TODO(#107): After the first tagged api release, bump the version below
6-
// from v0.0.0 to that semver (e.g. v0.1.0). Keep the replace line for in-repo development.
7-
require github.com/llm-d-incubation/llm-d-async/api v0.0.0
5+
require github.com/llm-d-incubation/llm-d-async/api v0.7.0-RC
86

9-
require github.com/llm-d-incubation/llm-d-async/pipeline v0.0.0
7+
require github.com/llm-d-incubation/llm-d-async/pipeline v0.7.0-RC
108

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

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.0.0
5+
require github.com/llm-d-incubation/llm-d-async/api v0.7.0-RC
66

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

producer/go.mod

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

55
require (
66
github.com/alicebob/miniredis/v2 v2.37.0
7-
// TODO(#107): After the first tagged api release (e.g. api/v0.1.0), bump this require from v0.0.0 to that semver (e.g. v0.1.0).
8-
github.com/llm-d-incubation/llm-d-async/api v0.0.0
7+
github.com/llm-d-incubation/llm-d-async/api v0.7.0-RC
98
github.com/redis/go-redis/v9 v9.18.0
109
github.com/stretchr/testify v1.11.1
1110
)
@@ -20,5 +19,4 @@ require (
2019
gopkg.in/yaml.v3 v3.0.1 // indirect
2120
)
2221

23-
// TODO(#107): Keep for monorepo builds; omitted when consumers require published versions only.
2422
replace github.com/llm-d-incubation/llm-d-async/api => ../api

0 commit comments

Comments
 (0)