From 6a5365585dc91068fb23ac65174c790abf3b2e7a Mon Sep 17 00:00:00 2001 From: Peter Evers Date: Sun, 25 Feb 2024 20:36:56 +0100 Subject: [PATCH] chore: bump to 0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 61b3aa1..fdf907c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cloudfront_sign" -version = "0.2.1" +version = "0.3.0" authors = ["Peter Evers "] edition = "2018" description = "Utility module for AWS CloudFront to generate signed URLs and cookies"