Skip to content

Commit f485ab7

Browse files
Update checked in gencode to v1.0
1 parent 476683b commit f485ab7

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ ADD_LICENSE_HEADER := $(BIN)/license-header \
1515
--license-type apache \
1616
--copyright-holder "Buf Technologies, Inc." \
1717
--year-range "2023-2025"
18-
# This version should be kept in sync with the version in buf.yaml
19-
PROTOVALIDATE_VERSION ?= v1.0.0
2018
# This version should be kept in sync with the version in buf.yaml and the bufbuild-protovalidate-protocolbuffers version in uv.lock
21-
PROTOVALIDATE_TESTING_VERSION ?= v0.14.0
19+
PROTOVALIDATE_VERSION ?= v1.0.0
2220
# Version of the cel-spec that this implementation is conformant with
2321
CEL_SPEC_VERSION ?= v0.24.0
2422
TESTDATA_FILE := test/testdata/string_ext.textproto
@@ -43,7 +41,7 @@ generate: generate-protobuf-tests $(BIN)/license-header ## Regenerate code and
4341
generate-protobuf-tests: $(BIN)/buf ## Regenerate protobuf gencode used in unit tests
4442
rm -rf test/gen
4543
# generate protovalidate-testing into test/gen/buf/validate
46-
$(BIN)/buf generate buf.build/bufbuild/protovalidate-testing:$(PROTOVALIDATE_TESTING_VERSION)
44+
$(BIN)/buf generate buf.build/bufbuild/protovalidate-testing:$(PROTOVALIDATE_VERSION)
4745

4846
# generate cel-spec into test/gen/cel/expr
4947
$(BIN)/buf generate buf.build/google/cel-spec:$(CEL_SPEC_VERSION) --exclude-path cel/expr/conformance/proto2 --exclude-path cel/expr/conformance/proto3

bufbuild-protovalidate-protocolbuffers/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ADD_LICENSE_HEADER := $(BIN)/license-header \
1414
--license-type apache \
1515
--copyright-holder "Buf Technologies, Inc." \
1616
--year-range "2023-2025"
17-
PROTOVALIDATE_VERSION ?= v0.14.0
17+
PROTOVALIDATE_VERSION ?= v1.0.0
1818

1919
.PHONY: help
2020
help: ## Describe useful make targets

bufbuild-protovalidate-protocolbuffers/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "bufbuild-protovalidate-protocolbuffers"
3-
version = "0.14.0"
3+
version = "1.0.0"
44
description = "Messages, enum types and stubs for buf.build/bufbuild/protovalidate for python."
55
readme = "README.md"
66
license = "Apache-2.0"

bufbuild-protovalidate-protocolbuffers/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)