Skip to content

Commit fdb4edb

Browse files
authored
chore: release main (#46)
🤖 I have created a release *beep* *boop* --- <details><summary>protoc-gen-protovalidate-buffa: 0.7.2</summary> ## [0.7.2](protoc-gen-protovalidate-buffa-v0.7.1...protoc-gen-protovalidate-buffa-v0.7.2) (2026-09-04) ### Bug Fixes * **cel:** Preserve timestamp and duration values across bindings ([#45](#45)) ([94037da](94037da)) * **cel:** Read protobuf defaults for unset message fields ([#47](#47)) ([32742d4](32742d4)) </details> <details><summary>0.7.1</summary> ## [0.7.1](v0.7.0...v0.7.1) (2026-09-04) ### Bug Fixes * **cel:** Preserve timestamp and duration values across bindings ([#45](#45)) ([94037da](94037da)) </details> <details><summary>protovalidate-buffa-conformance: 0.0.15</summary> ### Dependencies * The following workspace dependencies were updated * dependencies * protovalidate-buffa bumped from 0.7.0 to 0.7.1 * build-dependencies * protoc-gen-protovalidate-buffa bumped from 0.7.1 to 0.7.2 </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 32742d4 commit fdb4edb

7 files changed

Lines changed: 26 additions & 11 deletions

File tree

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"crates/protovalidate-buffa": "0.7.0",
2+
"crates/protovalidate-buffa": "0.7.1",
33
"crates/protovalidate-buffa-protos": "0.7.0",
44
"crates/protovalidate-buffa-macros": "0.4.0",
5-
"crates/protoc-gen-protovalidate-buffa": "0.7.1",
6-
"crates/protovalidate-buffa-conformance": "0.0.14"
5+
"crates/protoc-gen-protovalidate-buffa": "0.7.2",
6+
"crates/protovalidate-buffa-conformance": "0.0.15"
77
}

Cargo.lock

Lines changed: 3 additions & 3 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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.7.2](https://github.com/mathematic-inc/protovalidate-buffa/compare/protoc-gen-protovalidate-buffa-v0.7.1...protoc-gen-protovalidate-buffa-v0.7.2) (2026-09-04)
4+
5+
6+
### Bug Fixes
7+
8+
* **cel:** Preserve timestamp and duration values across bindings ([#45](https://github.com/mathematic-inc/protovalidate-buffa/issues/45)) ([94037da](https://github.com/mathematic-inc/protovalidate-buffa/commit/94037dafc3016f0c21eb13f68240d57011991614))
9+
* **cel:** Read protobuf defaults for unset message fields ([#47](https://github.com/mathematic-inc/protovalidate-buffa/issues/47)) ([32742d4](https://github.com/mathematic-inc/protovalidate-buffa/commit/32742d49bda94fde507bc27fe8bed2d7fa578b1d))
10+
311
## [0.7.1](https://github.com/mathematic-inc/protovalidate-buffa/compare/protoc-gen-protovalidate-buffa-v0.7.0...protoc-gen-protovalidate-buffa-v0.7.1) (2026-08-27)
412

513

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "protoc-gen-protovalidate-buffa"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
authors.workspace = true
55
edition.workspace = true
66
rust-version.workspace = true

crates/protovalidate-buffa-conformance/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "protovalidate-buffa-conformance"
3-
version = "0.0.14"
3+
version = "0.0.15"
44
authors.workspace = true
55
edition.workspace = true
66
rust-version.workspace = true
@@ -21,7 +21,7 @@ anyhow = "1"
2121
buffa = "0.9.1"
2222
buffa-descriptor = "0.9.1"
2323
buffa-types = "0.9.1"
24-
protovalidate-buffa = { path = "../protovalidate-buffa", version = "0.7.0", default-features = false, features = ["tz"] }
24+
protovalidate-buffa = { path = "../protovalidate-buffa", version = "0.7.1", default-features = false, features = ["tz"] }
2525
protovalidate-buffa-protos = { path = "../protovalidate-buffa-protos", version = "0.7.0" }
2626
regex = "1"
2727

@@ -38,7 +38,7 @@ buffa-build = "0.9.1"
3838
buffa-codegen = "0.9.1"
3939
prettyplease = "0.3"
4040
proc-macro2 = "1"
41-
protoc-gen-protovalidate-buffa = { path = "../protoc-gen-protovalidate-buffa", version = "0.7.1" }
41+
protoc-gen-protovalidate-buffa = { path = "../protoc-gen-protovalidate-buffa", version = "0.7.2" }
4242
quote = "1"
4343
syn = { version = "3", features = ["full"] }
4444

crates/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.7.1](https://github.com/mathematic-inc/protovalidate-buffa/compare/v0.7.0...v0.7.1) (2026-09-04)
4+
5+
6+
### Bug Fixes
7+
8+
* **cel:** Preserve timestamp and duration values across bindings ([#45](https://github.com/mathematic-inc/protovalidate-buffa/issues/45)) ([94037da](https://github.com/mathematic-inc/protovalidate-buffa/commit/94037dafc3016f0c21eb13f68240d57011991614))
9+
310
## [0.7.0](https://github.com/mathematic-inc/protovalidate-buffa/compare/v0.6.0...v0.7.0) (2026-08-27)
411

512
### ⚠ BREAKING CHANGES

crates/protovalidate-buffa/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "protovalidate-buffa"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
authors.workspace = true
55
edition.workspace = true
66
rust-version.workspace = true

0 commit comments

Comments
 (0)