Skip to content

Commit f5621a8

Browse files
chore: release v0.16.1 (#177)
* chore: release v0.16.1 * Update CHANGELOG.md * Don't release prost-reflect-build --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Andrew Hickman <[email protected]>
1 parent 3526005 commit f5621a8

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ 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+
- Add `default_value` method to `FieldDescriptor`, `ExtensionDescriptor` and `Value` for better visibility ([#176](https://github.com/andrewhickman/prost-reflect/pull/176))
16+
1017
## [0.16.0](https://github.com/andrewhickman/prost-reflect/compare/prost-reflect-v0.15.3...prost-reflect-v0.16.0) - 2025-06-13
1118

1219
### 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.

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)