Skip to content

Commit 6d9e8cb

Browse files
chore: release (#170)
* chore: release * Update release --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Andrew Hickman <[email protected]>
1 parent ee837cb commit 6d9e8cb

File tree

5 files changed

+15
-8
lines changed

5 files changed

+15
-8
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.0](https://github.com/andrewhickman/prost-reflect/compare/prost-reflect-v0.15.3...prost-reflect-v0.16.0) - 2025-06-13
11+
12+
### Changed
13+
14+
- Update prost to 0.14.0 ([#167](https://github.com/andrewhickman/prost-reflect/pull/167))
15+
- Fixed documentation for prost-reflect-build ([#169](https://github.com/andrewhickman/prost-reflect/pull/169))
16+
1017
## [0.15.3](https://github.com/andrewhickman/prost-reflect/compare/prost-reflect-v0.15.2...prost-reflect-v0.15.3) - 2025-05-20
1118

1219
### Fixed

Cargo.lock

Lines changed: 3 additions & 3 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.15.2"
6+
version = "0.16.0"
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.15.3", features = [
19+
prost-reflect = { path = "../prost-reflect", version = "0.16.0", features = [
2020
"derive"
2121
] }
2222
prost-build = "0.14.0"

prost-reflect-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "prost-reflect-derive"
33
description = "A derive macro for prost-reflect to generate ReflectMessage implementations"
44
keywords = ["protobuf", "serialization", "json"]
55
categories = ["encoding"]
6-
version = "0.15.1"
6+
version = "0.16.0"
77
authors = ["Andrew Hickman <[email protected]>"]
88
repository = "https://github.com/andrewhickman/prost-reflect"
99
documentation = "https://docs.rs/prost-reflect-derive"

prost-reflect/Cargo.toml

Lines changed: 2 additions & 2 deletions
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.15.3"
6+
version = "0.16.0"
77
authors = ["Andrew Hickman <[email protected]>"]
88
repository = "https://github.com/andrewhickman/prost-reflect"
99
documentation = "https://docs.rs/prost-reflect"
@@ -31,7 +31,7 @@ base64 = { version = "0.22.0", optional = true }
3131
logos = { version = "0.15.0", optional = true }
3232
miette = { version = "7.0.0", optional = true }
3333
prost = "0.14.0"
34-
prost-reflect-derive = { path = '../prost-reflect-derive', version = "0.15.1", optional = true }
34+
prost-reflect-derive = { path = '../prost-reflect-derive', version = "0.16.0", optional = true }
3535
prost-types = "0.14.0"
3636
serde-value = { version = "0.7.0", optional = true }
3737
serde = { version = "1.0.132", optional = true }

0 commit comments

Comments
 (0)