From 686126987e86e3fe847c98f9c010508abd471c1f Mon Sep 17 00:00:00 2001 From: Maksim Shcherbo Date: Sun, 22 Dec 2024 19:19:23 +0000 Subject: [PATCH] chore(main): release 0.4.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1602165..086e7e9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.4.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e567db..bca71a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.4.0](https://github.com/screwyprof/favkit/compare/v0.3.0...v0.4.0) (2024-12-22) + + +### Features + +* add special handling for Downloads folder ([8e5817b](https://github.com/screwyprof/favkit/commit/8e5817bda365d04a79130e5887646459ae1190dd)) + ## [0.3.0](https://github.com/screwyprof/favkit/compare/v0.2.0...v0.3.0) (2024-12-22) diff --git a/Cargo.lock b/Cargo.lock index b17b2b1..f1d9efc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -175,7 +175,7 @@ dependencies = [ [[package]] name = "favkit" -version = "0.3.0" +version = "0.4.0" dependencies = [ "cargo-llvm-cov", "core-foundation", diff --git a/Cargo.toml b/Cargo.toml index f1d9680..19884a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "favkit" -version = "0.3.0" +version = "0.4.0" edition = "2024" description = "A tool to manage macOS Finder sidebar items" authors = ["Maksim Shcherbo "]