From 978709dff80ca5baba36048eacf185d640541717 Mon Sep 17 00:00:00 2001 From: Simon Gellis Date: Wed, 21 Aug 2024 13:09:06 -0400 Subject: [PATCH] chore: Release gastronomy version 0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9aa2e9b..df2afca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -632,7 +632,7 @@ dependencies = [ [[package]] name = "gastronomy" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 9da4360..d07220d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gastronomy" -version = "0.1.0" +version = "0.2.0" edition = "2021" repository = "https://github.com/SundaeSwap-finance/gastronomy" publish = false