Skip to content

Commit

Permalink
bump up to v0.4.0, add changelog (#506)
Browse files Browse the repository at this point in the history
* update changelog for 0.4.0 release

Signed-off-by: Bob Callaway <[email protected]>

* run codegen

Signed-off-by: Bob Callaway <[email protected]>

* remove JSON Schema from releasing instructions

Signed-off-by: Bob Callaway <[email protected]>

---------

Signed-off-by: Bob Callaway <[email protected]>
  • Loading branch information
bobcallaway authored Jan 29, 2025
1 parent a74d71d commit 68cc7d2
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 8 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,34 @@ All versions prior to 0.2.0 are untracked.

### Changed

## 0.4.0

* Announced deprecation of JSONSchema outputs from this project
([#493](https://github.com/sigstore/protobuf-specs/pull/493)

### Fixed

* Fix toolchain to write generated code as the user running the build instead of root
([#473](https://github.com/sigstore/protobuf-specs/pull/473)

### Changed

* Recreated toolchain for code generation instead of depending on third-party container image
([#469](https://github.com/sigstore/protobuf-specs/pull/469)
([#475](https://github.com/sigstore/protobuf-specs/pull/475)
* Updated code generation tools for Go library to latest stable releases
([#476](https://github.com/sigstore/protobuf-specs/pull/476)
* Updated code generation tools for JSONSchema files to latest stable releases
([#478](https://github.com/sigstore/protobuf-specs/pull/478)
* Updated code generation tools for Python library to latest stable releases
([#479](https://github.com/sigstore/protobuf-specs/pull/479)
* Updated code generation tools for Ruby library to latest stable releases
([#481](https://github.com/sigstore/protobuf-specs/pull/481)
* Updated code generation tools for Rust library to latest stable releases
([#486](https://github.com/sigstore/protobuf-specs/pull/486)
* Updated code generation tools for Typescript library to latest stable releases
([#488](https://github.com/sigstore/protobuf-specs/pull/488)

## 0.3.3

* Allowed specifying artifact digest for verification
Expand Down
4 changes: 0 additions & 4 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,3 @@ Prepare a tag with the following pattern `release/typescript/vX.Y.Z` and
push it. The [workflow](.github/workflows/typescript-release.yml)
will automatically start.

### JSON Schema

Prepare a tag with the pattern `release/jsonschema/vX.Y.Z` and push it.
No workflow is required.
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.5"
version = "0.4.0"
description = "A library for serializing and deserializing Sigstore messages"
readme = "README.md"
license = { file = "LICENSE" }
Expand Down
4 changes: 2 additions & 2 deletions 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.8"
version = "0.4.0"
authors = ["Sigstore Authors <[email protected]>"]
edition = "2021"
homepage = "https://github.com/sigstore/protobuf-specs"
Expand Down

0 comments on commit 68cc7d2

Please sign in to comment.