From f1caa674ec7ebf82e9882b5093599cf73bb93940 Mon Sep 17 00:00:00 2001 From: axiomatic-aardvark Date: Mon, 27 May 2024 20:06:58 +0300 Subject: [PATCH] chore: release 0.7.2 --- 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 a34d180..4ba50f9 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.2] - 2024-05-27 + +### Bug Fixes + +- Remove dependency on native-tls entirely + ## [0.7.1] - 2024-03-25 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 302a937..de0707a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2125,7 +2125,7 @@ dependencies = [ [[package]] name = "graphcast-sdk" -version = "0.7.1" +version = "0.7.2" dependencies = [ "anyhow", "async-graphql", diff --git a/Cargo.toml b/Cargo.toml index d781e14..488a403 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "graphcast-sdk" -version = "0.7.1" +version = "0.7.2" edition = "2021" authors = ["GraphOps (axiomatic-aardvark, hopeyen)"] description = "SDK to build Graphcast Radios"