Skip to content

Commit 36e3c7c

Browse files
chore: release v0.16.1
1 parent e5fabe2 commit 36e3c7c

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.16.1](https://github.com/andrewhickman/prost-reflect/compare/prost-reflect-v0.16.0...prost-reflect-v0.16.1) - 2025-08-01
11+
12+
### Added
13+
14+
- Add OneofDescriptor::is_synthetic ([#175](https://github.com/andrewhickman/prost-reflect/pull/175))
15+
1016
## [0.16.0](https://github.com/andrewhickman/prost-reflect/compare/prost-reflect-v0.15.3...prost-reflect-v0.16.0) - 2025-06-13
1117

1218
### Changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

prost-reflect-build/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "prost-reflect-build"
33
description = "A utility function for use with prost-build and prost-reflect to generate ReflectMessage implementations"
44
keywords = ["protobuf", "serialization", "json"]
55
categories = ["encoding"]
6-
version = "0.16.0"
6+
version = "0.16.1"
77
authors = ["Andrew Hickman <[email protected]>"]
88
repository = "https://github.com/andrewhickman/prost-reflect"
99
documentation = "https://docs.rs/prost-reflect-build"
@@ -16,7 +16,7 @@ rust-version = "1.74.0"
1616
default = []
1717

1818
[dependencies]
19-
prost-reflect = { path = "../prost-reflect", version = "0.16.0", features = [
19+
prost-reflect = { path = "../prost-reflect", version = "0.16.1", features = [
2020
"derive"
2121
] }
2222
prost-build = "0.14.0"

prost-reflect/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "prost-reflect"
33
description = "A protobuf library extending prost with reflection support and dynamic messages."
44
keywords = ["protobuf", "serialization", "json"]
55
categories = ["encoding"]
6-
version = "0.16.0"
6+
version = "0.16.1"
77
authors = ["Andrew Hickman <[email protected]>"]
88
repository = "https://github.com/andrewhickman/prost-reflect"
99
documentation = "https://docs.rs/prost-reflect"

0 commit comments

Comments
 (0)