From 54c2c39749e2a5508fc788d7b140c1595d69409a Mon Sep 17 00:00:00 2001 From: axiomatic-aardvark Date: Mon, 25 Mar 2024 10:34:42 +0200 Subject: [PATCH] chore: 0.7.1 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aab0b42..a34d180 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.7.1] - 2024-03-25 + +### Bug Fixes + +- fix: handle underflow error + ## [0.7.0] - 2024-03-04 ### Miscellaneous Tasks diff --git a/Cargo.lock b/Cargo.lock index 80c848f..ca997b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2126,7 +2126,7 @@ dependencies = [ [[package]] name = "graphcast-sdk" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "async-graphql", diff --git a/Cargo.toml b/Cargo.toml index 443a828..5db09c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "graphcast-sdk" -version = "0.7.0" +version = "0.7.1" edition = "2021" authors = ["GraphOps (axiomatic-aardvark, hopeyen)"] description = "SDK to build Graphcast Radios"