Skip to content

Commit 34e5604

Browse files
Bump protovalidate version to v1.0.0 (#372)
πŸŽ‰
1 parent ee1a9d4 commit 34e5604

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
@@ -16,7 +16,7 @@ ADD_LICENSE_HEADER := $(BIN)/license-header \
1616
--copyright-holder "Buf Technologies, Inc." \
1717
--year-range "2023-2025"
1818
# This version should be kept in sync with the version in buf.yaml
19-
PROTOVALIDATE_VERSION ?= v0.14.0
19+
PROTOVALIDATE_VERSION ?= v1.0.0
2020
# Version of the cel-spec that this implementation is conformant with
2121
# This should be kept in sync with the version in test/test_format.py
2222
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:v0.14.0
6-
- buf.build/bufbuild/protovalidate-testing:v0.14.0
5+
- buf.build/bufbuild/protovalidate:v1.0.0
6+
- buf.build/bufbuild/protovalidate-testing:v1.0.0
77
lint:
88
use:
99
- STANDARD

0 commit comments

Comments
Β (0)