From efd797ccc2d3295bf5c67850364a605a2049304d Mon Sep 17 00:00:00 2001 From: Maksim Shcherbo Date: Sun, 22 Dec 2024 17:21:21 +0000 Subject: [PATCH] chore(main): release 0.3.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 9ccd17e..1602165 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.3.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1249c82..8e567db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.3.0](https://github.com/screwyprof/favkit/compare/v0.2.0...v0.3.0) (2024-12-22) + + +### Features + +* handle special locations (Recents & Applications) in Finder sidebar ([#9](https://github.com/screwyprof/favkit/issues/9)) ([101102b](https://github.com/screwyprof/favkit/commit/101102b2462796415a38efd4e92bc4336170a32b)) + ## [0.2.0](https://github.com/screwyprof/favkit/compare/v0.1.2...v0.2.0) (2024-12-22) diff --git a/Cargo.lock b/Cargo.lock index 8c7de9c..b17b2b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -175,7 +175,7 @@ dependencies = [ [[package]] name = "favkit" -version = "0.2.0" +version = "0.3.0" dependencies = [ "cargo-llvm-cov", "core-foundation", diff --git a/Cargo.toml b/Cargo.toml index a7896ee..f1d9680 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "favkit" -version = "0.2.0" +version = "0.3.0" edition = "2024" description = "A tool to manage macOS Finder sidebar items" authors = ["Maksim Shcherbo "]