From d7fa9fa29724b2df25e2fb8c318064226f699503 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 15:49:26 +0000 Subject: [PATCH] chore: release v0.2.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ Cargo.lock | 4 ++-- Cargo.toml | 2 +- 3 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c238ae4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.2.0](https://github.com/domenicocinque/idar/compare/v0.1.0...v0.2.0) - 2025-01-03 + +### Added + +- allow for input hash size + +### Other + +- add release-plz flow +- remove wip badge +- improve test diff --git a/Cargo.lock b/Cargo.lock index 31c2208..61e3392 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "adler2" @@ -435,7 +435,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "idar" -version = "0.1.0" +version = "0.2.0" dependencies = [ "ansi_term", "clap", diff --git a/Cargo.toml b/Cargo.toml index 521c7de..81f967c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "idar" -version = "0.1.0" +version = "0.2.0" edition = "2021" authors = ["Domenico Cinque "] description = "Image deduplication and removal tool"