From 543cedc27364d192e7f643d5e2a5196b72bc4dde Mon Sep 17 00:00:00 2001 From: Compositr Date: Mon, 4 Nov 2024 11:18:28 +1100 Subject: [PATCH] chore: bump ver --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 888ad63..4d1e7d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 1.0.1 / 2024-11-04 +- Remove version information from headers +- Remove unneeded dependency indoc + - As a result, Dockerfile no longer requires musl-dev libraries + # 1.0.0 / 2024-11-03 - Added multithreading support - Fixed spelling error in CORS headers diff --git a/Cargo.lock b/Cargo.lock index 0fe4a7d..823c768 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -190,7 +190,7 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "luciders" -version = "1.0.0" +version = "1.0.1" dependencies = [ "resvg", ] diff --git a/Cargo.toml b/Cargo.toml index cc48b57..bb3c06a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "luciders" -version = "1.0.0" +version = "1.0.1" edition = "2021" license = "AGPL-3.0-only"