From ece68b7adee040a575bce251bfb04738811594e5 Mon Sep 17 00:00:00 2001 From: Florian Fetz <63090558+Futsch1@users.noreply.github.com> Date: Sat, 20 Jul 2024 11:59:47 +0200 Subject: [PATCH] Bumped version to v0.5.17 (#95) --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10149d8..7c34d31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog All notable changes to this project will be documented in this file. +## [0.5.17] - 2024-07-20 + +### Fixed + +- Build infrastructure for all platforms fixed + ## [0.5.16] - 2024-06-07 ### Changed diff --git a/Cargo.toml b/Cargo.toml index 43026bd..779f340 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "image_sieve" -version = "0.5.16" +version = "0.5.17" authors = ["Florian Fetz "] description = "GUI based tool to sort out and categorize images, raw images and videos" repository = "https://github.com/Futsch1/image-sieve"