Skip to content

Commit

Permalink
Release v0.7.0 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad-Shabani authored Dec 22, 2023
1 parent 1b44e42 commit d08d90e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.7.0

This release integrates [`influxdata/pbjson`](https://github.com/influxdata/pbjson) v0.6.2 enhancements and upgrades `prost` dependency to v0.12.

## v0.6.0

## Breaking changes
Expand All @@ -22,4 +26,3 @@
## Previous versions

There was no changelog for versions prior to 0.6.0.

2 changes: 1 addition & 1 deletion pbjson-build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "informalsystems-pbjson-build"
version = "0.6.0"
version = "0.7.0"
authors = ["Raphael Taylor-Davies <r.taylordavies@googlemail.com>"]
edition = "2021"
description = "Generates Serialize and Deserialize implementations for prost message types"
Expand Down
2 changes: 1 addition & 1 deletion pbjson-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "informalsystems-pbjson-test"
version = "0.6.0"
version = "0.7.0"
authors = ["Raphael Taylor-Davies <r.taylordavies@googlemail.com>"]
edition = "2021"
description = "Test resources for pbjson converion"
Expand Down
6 changes: 3 additions & 3 deletions pbjson-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "informalsystems-pbjson-types"
version = "0.6.0"
version = "0.7.0"
authors = ["Raphael Taylor-Davies <r.taylordavies@googlemail.com>"]
description = "Protobuf well known types with serde serialization support"
edition = "2021"
Expand All @@ -18,7 +18,7 @@ default = ["std"]
std = ["bytes/std", "chrono/std", "informalsystems-pbjson/std", "prost/std", "serde/std", "serde_json/std"]

[dependencies] # In alphabetical order
informalsystems-pbjson = { path = "../pbjson", version = "0.6.0" , default-features = false }
informalsystems-pbjson = { path = "../pbjson", version = "0.7.0" , default-features = false }

bytes = { version = "1.0", default-features = false }
chrono = { version = "0.4", default-features = false, features = ["alloc"] }
Expand All @@ -29,5 +29,5 @@ serde = { version = "1.0", features = ["derive"], default-features = false }
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }

[build-dependencies]
informalsystems-pbjson-build = { path = "../pbjson-build", version = "0.6.0" }
informalsystems-pbjson-build = { path = "../pbjson-build", version = "0.7.0" }
prost-build = "0.12"
2 changes: 1 addition & 1 deletion pbjson/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "informalsystems-pbjson"
version = "0.6.0"
version = "0.7.0"
authors = ["Raphael Taylor-Davies <r.taylordavies@googlemail.com>"]
edition = "2021"
description = "Utilities for pbjson conversion"
Expand Down

0 comments on commit d08d90e

Please sign in to comment.