Skip to content

Commit 67f2794

Browse files
author
Randolf J.
authored
chore: release main (#22)
1 parent 5e58b3d commit 67f2794

5 files changed

Lines changed: 14 additions & 7 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"crates/protovalidate-buffa": "0.5.1",
33
"crates/protovalidate-buffa-protos": "0.5.0",
44
"crates/protovalidate-buffa-macros": "0.3.1",
5-
"crates/protoc-gen-protovalidate-buffa": "0.5.0",
6-
"crates/protovalidate-buffa-conformance": "0.0.10"
5+
"crates/protoc-gen-protovalidate-buffa": "0.5.1",
6+
"crates/protovalidate-buffa-conformance": "0.0.11"
77
}

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/protoc-gen-protovalidate-buffa/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.5.1](https://github.com/mathematic-inc/protovalidate-buffa/compare/protoc-gen-protovalidate-buffa-v0.5.0...protoc-gen-protovalidate-buffa-v0.5.1) (2026-07-14)
4+
5+
6+
### Bug Fixes
7+
8+
* Borrow value in optional string pattern check ([#21](https://github.com/mathematic-inc/protovalidate-buffa/issues/21)) ([5e58b3d](https://github.com/mathematic-inc/protovalidate-buffa/commit/5e58b3d51da60cee6a7f93d65028cf4428cc1e91))
9+
310
## [0.5.0](https://github.com/mathematic-inc/protovalidate-buffa/compare/protoc-gen-protovalidate-buffa-v0.4.0...protoc-gen-protovalidate-buffa-v0.5.0) (2026-06-28)
411

512

crates/protoc-gen-protovalidate-buffa/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "protoc-gen-protovalidate-buffa"
33
description = "protoc plugin that emits static Rust Validate impls from buf.validate annotations for buffa-generated messages. CEL expressions are transpiled to native Rust at codegen time — no runtime interpreter."
4-
version = "0.5.0"
4+
version = "0.5.1"
55
edition.workspace = true
66
rust-version.workspace = true
77
license.workspace = true

crates/protovalidate-buffa-conformance/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "protovalidate-buffa-conformance"
33
description = "Conformance executor for the upstream protovalidate-conformance harness."
4-
version = "0.0.10"
4+
version = "0.0.11"
55
edition.workspace = true
66
rust-version.workspace = true
77
license.workspace = true
@@ -34,7 +34,7 @@ chrono = { version = "0.4", default-features = false, features = ["clock", "std"
3434

3535
[build-dependencies]
3636
buffa-build = "0.7"
37-
protoc-gen-protovalidate-buffa = { path = "../protoc-gen-protovalidate-buffa", version = "0.5.0" }
37+
protoc-gen-protovalidate-buffa = { path = "../protoc-gen-protovalidate-buffa", version = "0.5.1" }
3838
buffa = "0.7"
3939
buffa-codegen = "0.7"
4040
anyhow = "1"

0 commit comments

Comments
 (0)