From cadac415bdf2f18369544b4fe1ca7a35bf004e2e Mon Sep 17 00:00:00 2001 From: stevelr Date: Wed, 2 Feb 2022 19:47:17 -0800 Subject: [PATCH] updated version number in CHANGELOG Signed-off-by: stevelr --- rpc-rs/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpc-rs/CHANGELOG.md b/rpc-rs/CHANGELOG.md index e56a5e5..5335b4a 100644 --- a/rpc-rs/CHANGELOG.md +++ b/rpc-rs/CHANGELOG.md @@ -1,6 +1,6 @@ # wasmbus-rpc Changelog -## 0.7.0-alpha.2 +## 0.7.0 ### Breaking changes (since 0.6.x) @@ -14,8 +14,8 @@ - To help avoid external breakage, the crate-level symbols have been marked deprecated - removed feature options [ser_json] and [ser_msgpack] - ser_msgpack was always, and remains, the default. - - added a `cbor` module to wrap `minicor`, so the choice of cbor implementation is not exposed. +- Depends on codegen-0.3.0 ## 0.7.0-alpha.1