From 36b89ba4ccbcd7b7c8ff0b1896ea39ca58740ac3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 25 May 2023 16:51:44 +0000 Subject: [PATCH] chore(minor): 1.3.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.3.0](https://github.com/ZanzyTHEbar/Desktop-Cleaner/compare/v1.2.1...v1.3.0) (2023-05-25) ### 🐛 Bug Fixes * improve cli ([f9fbdb4](https://github.com/ZanzyTHEbar/Desktop-Cleaner/commit/f9fbdb4ecbf572b6f5b69d73d15c99efe2a6b241)) ### 🔁 Continuous Integration * **ci-fix:** fix released files ([79dc992](https://github.com/ZanzyTHEbar/Desktop-Cleaner/commit/79dc992959c25188baf858a0a68117d04df4be1a)) ### 🍕 Features * add default target for custom logger ([a76f1a1](https://github.com/ZanzyTHEbar/Desktop-Cleaner/commit/a76f1a155acb3b4d7100d39e247f5edf7575a844)) --- CHANGELOG.md | 17 +++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e1cb41..9f36aff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,23 @@ [![semantic versioning](https://img.shields.io/badge/semantic%20versioning-2.0.0-green.svg)](https://semver.org) > All notable changes to this project will be documented in this file +## [1.3.0](https://github.com/ZanzyTHEbar/Desktop-Cleaner/compare/v1.2.1...v1.3.0) (2023-05-25) + + +### 🐛 Bug Fixes + +* improve cli ([f9fbdb4](https://github.com/ZanzyTHEbar/Desktop-Cleaner/commit/f9fbdb4ecbf572b6f5b69d73d15c99efe2a6b241)) + + +### 🔁 Continuous Integration + +* **ci-fix:** fix released files ([79dc992](https://github.com/ZanzyTHEbar/Desktop-Cleaner/commit/79dc992959c25188baf858a0a68117d04df4be1a)) + + +### 🍕 Features + +* add default target for custom logger ([a76f1a1](https://github.com/ZanzyTHEbar/Desktop-Cleaner/commit/a76f1a155acb3b4d7100d39e247f5edf7575a844)) + ## [1.2.1](https://github.com/ZanzyTHEbar/Desktop-Cleaner/compare/v1.2.0...v1.2.1) (2023-05-25) diff --git a/Cargo.toml b/Cargo.toml index cf332b4..b93f859 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "desktop_cleaner" -version = "1.2.1" +version = "1.3.0" edition = "2021" author = "DaOfficialWizard" description = "A simple CLI utility to organize your desktop (or a specified directory)"