From a67f02c62ee4107dcc89c9b31fe09150078bb87e Mon Sep 17 00:00:00 2001 From: axiomatic-aardvark Date: Fri, 8 Sep 2023 17:13:20 +0300 Subject: [PATCH] chore: release 0.4.3 --- CHANGELOG.md | 3 +++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5d4cb6..6367286 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -90,6 +90,8 @@ All notable changes to this project will be documented in this file. - Update labels workflow - Release 0.4.1 - Release 0.4.2 +- Release 0.4.2 +- Release 0.4.3 ### Refactor @@ -112,6 +114,7 @@ All notable changes to this project will be documented in this file. - Add IdValidations to_string - Resolve for latest deployment hash instead of a vec - Move msg channel and re-export waku msg type +- Refactor message decoding ## [0.0.13] - 2023-03-07 diff --git a/Cargo.lock b/Cargo.lock index bd82e52..95ecb52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2102,7 +2102,7 @@ dependencies = [ [[package]] name = "graphcast-sdk" -version = "0.4.2" +version = "0.4.3" dependencies = [ "anyhow", "async-graphql", diff --git a/Cargo.toml b/Cargo.toml index d2f7b91..c19e969 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "graphcast-sdk" -version = "0.4.2" +version = "0.4.3" edition = "2021" authors = ["GraphOps (axiomatic-aardvark, hopeyen)"] description = "SDK to build Graphcast Radios"