Skip to content

Commit 9bbafe0

Browse files
authored
Update to Protovalidate v0.13.0 (#318)
1 parent 2ccc350 commit 9bbafe0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ADD_LICENSE_HEADER := $(BIN)/license-header \
1717
--copyright-holder "Buf Technologies, Inc." \
1818
--year-range "2023-2025"
1919
# This version should be kept in sync with the version in buf.yaml
20-
PROTOVALIDATE_VERSION ?= v1.0.0-rc.2
20+
PROTOVALIDATE_VERSION ?= v0.13.0
2121
# Version of the cel-spec that this implementation is conformant with
2222
# This should be kept in sync with the version in format_test.py
2323
CEL_SPEC_VERSION ?= v0.24.0

buf.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ version: v2
22
modules:
33
- path: proto
44
deps:
5-
- buf.build/bufbuild/protovalidate:v1.0.0-rc.2
6-
- buf.build/bufbuild/protovalidate-testing:v1.0.0-rc.2
5+
- buf.build/bufbuild/protovalidate:v0.13.0
6+
- buf.build/bufbuild/protovalidate-testing:v0.13.0
77
lint:
88
use:
99
- STANDARD

0 commit comments

Comments
 (0)