From 4f7e76ffcd280d083c5d74162be35f16fb184686 Mon Sep 17 00:00:00 2001 From: MicaiahReid Date: Mon, 25 Mar 2024 15:18:09 -0600 Subject: [PATCH] chore(publish): release v0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4116def..ec5b431 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3704,7 +3704,7 @@ dependencies = [ [[package]] name = "stacks-devnet-api" -version = "0.1.0" +version = "0.2.0" dependencies = [ "chainhook-types", "clarinet-deployments", diff --git a/Cargo.toml b/Cargo.toml index 79f7dc3..9295044 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stacks-devnet-api" -version = "0.1.0" +version = "0.2.0" edition = "2021" authors = ["Micaiah Reid "] description = "The Stacks Devnet API runs a server that can be used to deploy, delete, manage, and make requests to Stacks Devnets run on Kubernetes."