From 1c2956cf54a25290dea25738e77500c3e47c2f6e Mon Sep 17 00:00:00 2001 From: axiomatic-aardvark Date: Tue, 28 May 2024 10:01:42 +0300 Subject: [PATCH] chore: release 1.0.5 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 6 +++--- subgraph-radio/Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 226a7da..5696ab2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [1.0.5] - 2024-05-27 + +### Bug Fixes + +- Remove dependency on native-tls entirely +- Update README + ## [1.0.4] - 2024-04-30 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 211d595..d110989 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2495,8 +2495,8 @@ dependencies = [ [[package]] name = "graphcast-sdk" -version = "0.7.1" -source = "git+https://github.com/graphops/graphcast-sdk#329fa90660ab666cce29c9578eeb093674b3c731" +version = "0.7.2" +source = "git+https://github.com/graphops/graphcast-sdk#f1caa674ec7ebf82e9882b5093599cf73bb93940" dependencies = [ "anyhow", "async-graphql", @@ -5676,7 +5676,7 @@ dependencies = [ [[package]] name = "subgraph-radio" -version = "1.0.4" +version = "1.0.5" dependencies = [ "anyhow", "async-graphql", diff --git a/subgraph-radio/Cargo.toml b/subgraph-radio/Cargo.toml index 8b7f013..648852b 100644 --- a/subgraph-radio/Cargo.toml +++ b/subgraph-radio/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subgraph-radio" -version = "1.0.4" +version = "1.0.5" edition = "2021" authors = ["GraphOps (axiomatic-aardvark, hopeyen)"] description = "Subgraph Radio monitors subgraph PublicPoI and UpgradeIntent messages in real time using Graphcast SDK"