From 7d67e1348f5b1e6376720d0b6dab88bd0a4a41a7 Mon Sep 17 00:00:00 2001 From: Dennis Schubert Date: Mon, 30 Dec 2024 23:01:07 +0100 Subject: [PATCH] v1.3.5 --- 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 1c9e63e..581fb77 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -261,7 +261,7 @@ checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" [[package]] name = "camo-rs" -version = "1.3.4" +version = "1.3.5" dependencies = [ "axum", "clap", diff --git a/Cargo.toml b/Cargo.toml index 987ecda..324cb5c 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.4" +version = "1.3.5" edition = "2021" default-run = "camo" diff --git a/Changelog.md b/Changelog.md index 6375b4f..fee59ca 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +# 1.3.5 + +This version does not contain any functional changes. It only updates third-party dependencies. + # 1.3.4 This version does not contain any functional changes. It only updates third-party dependencies.