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.1.0",
"crates/protovalidate-buffa-protos": "0.1.0",
"crates/protovalidate-buffa-macros": "0.1.0",
"crates/protoc-gen-protovalidate-buffa": "0.1.0",
"crates/protovalidate-buffa-conformance": "0.0.1"
"crates/protoc-gen-protovalidate-buffa": "0.1.1",
"crates/protovalidate-buffa-conformance": "0.0.2"
}
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.1.1](https://github.com/mathematic-inc/protovalidate-buffa/compare/protoc-gen-protovalidate-buffa-v0.1.0...protoc-gen-protovalidate-buffa-v0.1.1) (2026-04-28)


### Bug Fixes

* Match buffa's `*Oneof` enum naming ([59b307f](https://github.com/mathematic-inc/protovalidate-buffa/commit/59b307f88b68f10dae6ab7157cc7b28cbda2808d))

## 0.1.0 (2026-04-21)


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."
version = "0.1.0"
version = "0.1.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.1"
version = "0.0.2"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
Expand Down Expand Up @@ -29,7 +29,7 @@ regex = "1"

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