Skip to content

Commit ddc3711

Browse files
committed
protobuf-native: release 0.3.3
1 parent e014e4a commit ddc3711

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protobuf-native/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Versioning].
99

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

12+
## [0.3.3] - 2026-01-09
13+
1214
* Add `DiskSourceTree::map_well_known_types` to map vendored well-known protobuf
1315
types (like `google/protobuf/timestamp.proto`) to the source tree.
1416

@@ -54,7 +56,8 @@ Versioning].
5456
Initial release.
5557

5658
<!-- #release:next-url -->
57-
[Unreleased]: https://github.com/MaterializeInc/rust-protobuf-native/compare/protobuf-native-v0.3.2...HEAD
59+
[Unreleased]: https://github.com/MaterializeInc/rust-protobuf-native/compare/protobuf-native-v0.3.3...HEAD
60+
[0.3.3]: https://github.com/MaterializeInc/rust-protobuf-native/compare/protobuf-native-v0.3.2...protobuf-native-v0.3.3
5861
[0.3.2]: https://github.com/MaterializeInc/rust-protobuf-native/compare/protobuf-native-v0.3.1...protobuf-native-v0.3.2
5962
[0.3.1]: https://github.com/MaterializeInc/rust-protobuf-native/compare/protobuf-native-v0.3.0...protobuf-native-v0.3.1
6063
[0.3.0]: https://github.com/MaterializeInc/rust-protobuf-native/compare/protobuf-native-v0.2.2...protobuf-native-v0.3.0

protobuf-native/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ documentation = "https://docs.rs/protobuf-native"
2222
repository = "https://github.com/MaterializeInc/rust-protobuf-native"
2323
license = "Apache-2.0"
2424
categories = ["api-bindings"]
25-
version = "0.3.2+26.1"
25+
version = "0.3.3+26.1"
2626
edition = "2021"
2727

2828
[dependencies]

protobuf-native/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Buffers], Google's data interchange format.
1414
```toml
1515
# Cargo.toml
1616
[dependencies]
17-
protobuf-native = "0.3.2"
17+
protobuf-native = "0.3.3"
1818
```
1919

20-
[docs]: https://docs.rs/protobuf-native/0.3.2/protobuf_native
20+
[docs]: https://docs.rs/protobuf-native/0.3.3/protobuf_native
2121
[Protocol Buffers]: https://github.com/google/protobuf

0 commit comments

Comments
 (0)