From bede580f2dc22f1b8b9edbe8cae45fe7d3a4cf29 Mon Sep 17 00:00:00 2001 From: Lucas Kent Date: Wed, 18 Oct 2023 11:24:50 +1100 Subject: [PATCH] Release 0.3.0 --- Cargo.lock | 2 +- aws-throwaway/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 78e77ad..4ddad64 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -489,7 +489,7 @@ dependencies = [ [[package]] name = "aws-throwaway" -version = "0.2.0" +version = "0.3.0" dependencies = [ "anyhow", "async-trait", diff --git a/aws-throwaway/Cargo.toml b/aws-throwaway/Cargo.toml index 1b23e84..8bf06db 100644 --- a/aws-throwaway/Cargo.toml +++ b/aws-throwaway/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aws-throwaway" -version = "0.2.0" +version = "0.3.0" edition = "2021" license = "Apache-2.0" repository = "https://github.com/shotover/aws-throwaway"