From 81783390da1142ea5509dad0d8cb2dc43b9db238 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Fri, 10 May 2024 13:39:34 -0400 Subject: [PATCH] gen: bump patch versions Signed-off-by: William Woodruff --- gen/pb-python/pyproject.toml | 2 +- gen/pb-ruby/lib/sigstore_protobuf_specs/version.rb | 2 +- gen/pb-rust/Cargo.lock | 2 +- gen/pb-rust/sigstore-protobuf-specs/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gen/pb-python/pyproject.toml b/gen/pb-python/pyproject.toml index 517d2ff3..67ada5ae 100644 --- a/gen/pb-python/pyproject.toml +++ b/gen/pb-python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "sigstore-protobuf-specs" -version = "0.3.1" +version = "0.3.2" description = "A library for serializing and deserializing Sigstore messages" readme = "README.md" license = { file = "LICENSE" } diff --git a/gen/pb-ruby/lib/sigstore_protobuf_specs/version.rb b/gen/pb-ruby/lib/sigstore_protobuf_specs/version.rb index 60ee166e..0e12ea3a 100644 --- a/gen/pb-ruby/lib/sigstore_protobuf_specs/version.rb +++ b/gen/pb-ruby/lib/sigstore_protobuf_specs/version.rb @@ -16,6 +16,6 @@ module Dev module Sigstore - VERSION = '0.3.1' + VERSION = '0.3.2' end end diff --git a/gen/pb-rust/Cargo.lock b/gen/pb-rust/Cargo.lock index 24435d00..8f8b4286 100644 --- a/gen/pb-rust/Cargo.lock +++ b/gen/pb-rust/Cargo.lock @@ -425,7 +425,7 @@ dependencies = [ [[package]] name = "sigstore_protobuf_specs" -version = "0.3.4" +version = "0.3.5" dependencies = [ "anyhow", "glob", diff --git a/gen/pb-rust/sigstore-protobuf-specs/Cargo.toml b/gen/pb-rust/sigstore-protobuf-specs/Cargo.toml index 4880b48a..c5b71652 100644 --- a/gen/pb-rust/sigstore-protobuf-specs/Cargo.toml +++ b/gen/pb-rust/sigstore-protobuf-specs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sigstore_protobuf_specs" -version = "0.3.4" +version = "0.3.5" authors = ["Sigstore Authors "] edition = "2021" homepage = "https://github.com/sigstore/protobuf-specs"