Skip to content

Commit 48ee598

Browse files
authored
chore: prepare 0.9 release (#154)
* chore: set readme metadata * chore: set version to `0.9.0`
1 parent 5ab0552 commit 48ee598

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

Cargo.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,23 @@ members = [
99
resolver = "3"
1010

1111
[workspace.package]
12-
version = "0.8.0"
12+
version = "0.9.0"
1313
edition = "2024"
1414
license = "MIT"
1515
keywords = ["protobuf", "json", "serde"]
1616
categories = ["encoding"]
1717
repository = "https://github.com/influxdata/pbjson"
18+
readme = "README.md"
1819

1920
[workspace.dependencies]
2021
base64 = "0.22"
2122
bytes = "1.0"
2223
chrono = { version = "0.4", default-features = false, features = ["alloc"] }
2324
heck = "0.5"
2425
itertools = "0.14"
25-
pbjson = { path = "pbjson", version = "0.8" }
26-
pbjson-build = { path = "pbjson-build", version = "0.8" }
27-
pbjson-types = { path = "pbjson-types", version = "0.8" }
26+
pbjson = { path = "pbjson", version = "0.9" }
27+
pbjson-build = { path = "pbjson-build", version = "0.9" }
28+
pbjson-types = { path = "pbjson-types", version = "0.9" }
2829
prost = "0.14"
2930
prost-build = "0.14"
3031
prost-types = "0.14"

pbjson-build/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ license.workspace = true
66
keywords.workspace = true
77
categories.workspace = true
88
repository.workspace = true
9+
readme.workspace = true
910
description = "Generates Serialize and Deserialize implementations for prost message types"
1011

1112
[dependencies]

pbjson-test/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ license.workspace = true
66
keywords.workspace = true
77
categories.workspace = true
88
repository.workspace = true
9+
readme.workspace = true
910
description = "Test resources for pbjson converion"
1011

1112
[dependencies]

pbjson-types/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ license.workspace = true
66
keywords.workspace = true
77
categories.workspace = true
88
repository.workspace = true
9+
readme.workspace = true
910
description = "Protobuf well known types with serde serialization support"
1011
exclude = ["protos/*"]
1112

pbjson/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ license.workspace = true
66
keywords.workspace = true
77
categories.workspace = true
88
repository.workspace = true
9+
readme.workspace = true
910
description = "Utilities for pbjson conversion"
1011

1112
[dependencies]

0 commit comments

Comments
 (0)