From 07267501b8e954e576f24cc9f0b7cccac151a3b8 Mon Sep 17 00:00:00 2001 From: i0n Date: Tue, 12 Nov 2024 10:22:47 +0000 Subject: [PATCH] chore: release v0.7.3 --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ba50f9..5692ee5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. +## [0.7.3] - 2024-11-12 + +### Bug Fixes + +- Update deps to fix ci +- Remove deprecated tests. Add local dev Dockerfile and scripts to run tests in docker +- Set os to macos-13 +- Add base network + ## [0.7.2] - 2024-05-27 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 972b8f8..2c89ee9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2165,7 +2165,7 @@ dependencies = [ [[package]] name = "graphcast-sdk" -version = "0.7.2" +version = "0.7.3" dependencies = [ "anyhow", "async-graphql", diff --git a/Cargo.toml b/Cargo.toml index 488a403..2942ecb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "graphcast-sdk" -version = "0.7.2" +version = "0.7.3" edition = "2021" authors = ["GraphOps (axiomatic-aardvark, hopeyen)"] description = "SDK to build Graphcast Radios"