Skip to content

Commit

Permalink
protobuf-src: release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benesch committed Jul 22, 2024
1 parent 698cf0a commit 7e87f0f
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 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 protobuf-native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ edition = "2021"
[dependencies]
cxx = "1.0.122"
paste = "1.0.15"
protobuf-src = { path = "../protobuf-src", version = "2.0.1" }
protobuf-src = { path = "../protobuf-src", version = "2.1.0" }

[build-dependencies]
cxx-build = "1.0.122"
Expand Down
5 changes: 4 additions & 1 deletion protobuf-src/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Versioning].

## [Unreleased] <!-- #release:date -->

## [2.1.0] - 2024-07-22

* Upgrade to libprotobuf v27.2.
* Upgrade to Abseil [3cb498899](https://github.com/abseil/abseil-cpp/commit/3cb4988999d2f16e11d86f9921e9526486ef1960).

Expand Down Expand Up @@ -67,7 +69,8 @@ Versioning].
Initial release.

<!-- #release:next-url -->
[Unreleased]: https://github.com/MaterializeInc/rust-protobuf-native/compare/protobuf-src-v2.0.1...HEAD
[Unreleased]: https://github.com/MaterializeInc/rust-protobuf-native/compare/protobuf-src-v2.1.0...HEAD
[2.1.0]: https://github.com/MaterializeInc/rust-protobuf-native/compare/protobuf-src-v2.0.1...protobuf-src-v2.1.0
[2.0.1]: https://github.com/MaterializeInc/rust-protobuf-native/compare/protobuf-src-v2.0.0...protobuf-src-v2.0.1
[2.0.0]: https://github.com/MaterializeInc/rust-protobuf-native/compare/protobuf-src-v1.1.0...protobuf-src-v2.0.0
[1.1.0]: https://github.com/MaterializeInc/rust-protobuf-native/compare/protobuf-src-v1.0.5+3.19.3...protobuf-src-v1.1.0
Expand Down
2 changes: 1 addition & 1 deletion protobuf-src/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ documentation = "https://docs.rs/protobuf-src"
repository = "https://github.com/MaterializeInc/rust-protobuf-native"
license = "Apache-2.0"
categories = ["external-ffi-bindings"]
version = "2.0.1+26.1"
version = "2.1.0+27.1"
edition = "2021"
# Dummy `links` value so that we can pass DEP_* environment variables to our
# dependents.
Expand Down
4 changes: 2 additions & 2 deletions protobuf-src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Rust build system integration with libprotobuf, the C++ implementation of
```toml
# Cargo.toml
[dependencies]
protobuf-src = "2.0.1"
protobuf-src = "2.1.0"
```

[docs]: https://docs.rs/protobuf-src/2.0.1/protobuf_src
[docs]: https://docs.rs/protobuf-src/2.1.0/protobuf_src
[Protocol Buffers]: https://github.com/google/protobuf
2 changes: 1 addition & 1 deletion protobuf-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ edition = "2021"
[dependencies]
autocxx = "0.26.0"
cxx = "1.0.122"
protobuf-src = { path = "../protobuf-src", version = "2.0.1" }
protobuf-src = { path = "../protobuf-src", version = "2.1.0" }

[build-dependencies]
autocxx-build = "0.26.0"

0 comments on commit 7e87f0f

Please sign in to comment.