Skip to content

Commit 1de8292

Browse files
authored
release: prepare version v0.0.13 (#106)
* release: update module set to version v0.0.13 Signed-off-by: András Jáky <ajaky@cisco.com> * Prepare oasf-sdk for version v0.0.13 Signed-off-by: András Jáky <ajaky@cisco.com> --------- Signed-off-by: András Jáky <ajaky@cisco.com>
1 parent 0c87600 commit 1de8292

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

e2e/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.4
55
require (
66
buf.build/gen/go/agntcy/oasf-sdk/grpc/go v1.5.1-20251104080327-0fc042e98377.2
77
buf.build/gen/go/agntcy/oasf-sdk/protocolbuffers/go v1.36.10-20251104080327-0fc042e98377.1
8-
github.com/agntcy/oasf-sdk/pkg v0.0.12
8+
github.com/agntcy/oasf-sdk/pkg v0.0.13
99
github.com/onsi/ginkgo/v2 v2.22.0
1010
github.com/onsi/gomega v1.36.1
1111
google.golang.org/grpc v1.74.2

server/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.4
55
require (
66
buf.build/gen/go/agntcy/oasf-sdk/grpc/go v1.5.1-20251104080327-0fc042e98377.2
77
buf.build/gen/go/agntcy/oasf-sdk/protocolbuffers/go v1.36.10-20251104080327-0fc042e98377.1
8-
github.com/agntcy/oasf-sdk/pkg v0.0.12
8+
github.com/agntcy/oasf-sdk/pkg v0.0.13
99
github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c
1010
github.com/spf13/cobra v1.10.1
1111
github.com/spf13/viper v1.21.0

versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
module-sets:
55
oasf-sdk:
6-
version: v0.0.12
6+
version: v0.0.13
77
modules:
88
- github.com/agntcy/oasf-sdk/e2e
99
- github.com/agntcy/oasf-sdk/pkg

0 commit comments

Comments
 (0)