From 0c2ef994062a0fdb5365f4bd31b1eef1dd272374 Mon Sep 17 00:00:00 2001 From: Simon Gellis Date: Mon, 26 Aug 2024 13:33:57 -0400 Subject: [PATCH] chore: Release gastronomy version 0.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d8822cf..50a66b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -632,7 +632,7 @@ dependencies = [ [[package]] name = "gastronomy" -version = "0.2.1" +version = "0.3.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 4dc496f..92b40e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gastronomy" -version = "0.2.1" +version = "0.3.0" edition = "2021" repository = "https://github.com/SundaeSwap-finance/gastronomy" publish = false