From ec43c35404f528c5d0818e3d82a2402f8faaf88b Mon Sep 17 00:00:00 2001 From: Dennis Schubert Date: Sun, 23 Jun 2024 10:39:56 +0200 Subject: [PATCH] v1.3.2 --- 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 71996ff..6f70815 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -275,7 +275,7 @@ checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" [[package]] name = "camo-rs" -version = "1.3.1" +version = "1.3.2" dependencies = [ "axum", "clap", diff --git a/Cargo.toml b/Cargo.toml index 35e9d61..1571317 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.1" +version = "1.3.2" edition = "2021" default-run = "camo" diff --git a/Changelog.md b/Changelog.md index 439934e..4c20188 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +# 1.3.2 + +This version does not contain any functional changes. It only updates third-party dependencies. + # 1.3.1 This version does not contain any functional changes. It updates third-party dependencies and enables more compile-time optimizations. For most users, the only difference should be more consistent binary sizes, but there might be minimal performance improvements in larger deployments.