Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"crates/protovalidate-buffa": "0.5.1",
"crates/protovalidate-buffa-protos": "0.5.0",
"crates/protovalidate-buffa-macros": "0.3.1",
"crates/protoc-gen-protovalidate-buffa": "0.5.0",
"crates/protovalidate-buffa-conformance": "0.0.10"
"crates/protoc-gen-protovalidate-buffa": "0.5.1",
"crates/protovalidate-buffa-conformance": "0.0.11"
}
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions crates/protoc-gen-protovalidate-buffa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [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)


### Bug Fixes

* 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))

## [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)


Expand Down
2 changes: 1 addition & 1 deletion crates/protoc-gen-protovalidate-buffa/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "protoc-gen-protovalidate-buffa"
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."
version = "0.5.0"
version = "0.5.1"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions crates/protovalidate-buffa-conformance/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "protovalidate-buffa-conformance"
description = "Conformance executor for the upstream protovalidate-conformance harness."
version = "0.0.10"
version = "0.0.11"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
Expand Down Expand Up @@ -34,7 +34,7 @@ chrono = { version = "0.4", default-features = false, features = ["clock", "std"

[build-dependencies]
buffa-build = "0.7"
protoc-gen-protovalidate-buffa = { path = "../protoc-gen-protovalidate-buffa", version = "0.5.0" }
protoc-gen-protovalidate-buffa = { path = "../protoc-gen-protovalidate-buffa", version = "0.5.1" }
buffa = "0.7"
buffa-codegen = "0.7"
anyhow = "1"
Expand Down
Loading