From ef78d727029f74d01d7f6ce820569066252482eb Mon Sep 17 00:00:00 2001 From: Dennis Schubert Date: Mon, 26 Aug 2024 20:12:10 +0200 Subject: [PATCH] v1.3.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- Changelog.md | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 108eddd..97f8e15 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -269,7 +269,7 @@ checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50" [[package]] name = "camo-rs" -version = "1.3.2" +version = "1.3.3" dependencies = [ "axum", "clap", diff --git a/Cargo.toml b/Cargo.toml index 1571317..d712abb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "camo-rs" description = "An HTTP proxy for asset files." authors = ["Dennis Schubert "] repository = "https://github.com/denschub/camo-rs" -version = "1.3.2" +version = "1.3.3" edition = "2021" default-run = "camo" diff --git a/Changelog.md b/Changelog.md index 4c20188..0cc6a1b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +# 1.3.3 + +This version does not contain any functional changes. It only updates third-party dependencies. + # 1.3.2 This version does not contain any functional changes. It only updates third-party dependencies.