Skip to content

Commit

Permalink
Bump versions for v0.3.1 (#283)
Browse files Browse the repository at this point in the history
Rust bumped to v0.3.4 due to a few additional releases.

Signed-off-by: Hayden Blauzvern <hblauzvern@google.com>
  • Loading branch information
haydentherapper committed Apr 2, 2024
1 parent 6a776ff commit 1d62444
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gen/pb-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "sigstore-protobuf-specs"
version = "0.3.0"
version = "0.3.1"
description = "A library for serializing and deserializing Sigstore messages"
readme = "README.md"
license = { file = "LICENSE" }
Expand Down
2 changes: 1 addition & 1 deletion gen/pb-ruby/lib/sigstore_protobuf_specs/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

module Dev
module Sigstore
VERSION = '0.3.0'
VERSION = '0.3.1'
end
end
2 changes: 1 addition & 1 deletion gen/pb-rust/Cargo.lock

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

2 changes: 1 addition & 1 deletion gen/pb-rust/sigstore-protobuf-specs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sigstore_protobuf_specs"
version = "0.3.3"
version = "0.3.4"
authors = ["Sigstore Authors <sigstore-dev@googlegroups.com>"]
edition = "2021"
homepage = "https://github.com/sigstore/protobuf-specs"
Expand Down
2 changes: 1 addition & 1 deletion gen/pb-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sigstore/protobuf-specs",
"version": "0.3.0",
"version": "0.3.1",
"description": "code-signing for npm packages",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 1d62444

Please sign in to comment.