diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c06f76..25d6f5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,11 @@ 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.5.7] - 2024-07-27 ### Fixed -- Fixed Open In dropdown always showing default opener as active in Rules editor +- Settings: Fixed Open In dropdown always showing default opener as active in Rules editor ## [0.5.6] - 2024-07-14 @@ -303,7 +303,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial Release -[unreleased]: https://github.com/Browsers-software/browsers/compare/0.5.5...HEAD +[unreleased]: https://github.com/Browsers-software/browsers/compare/0.5.7...HEAD + +[0.5.7]: https://github.com/Browsers-software/browsers/releases/tag/0.5.7 [0.5.6]: https://github.com/Browsers-software/browsers/releases/tag/0.5.6 diff --git a/Cargo.lock b/Cargo.lock index 9009dcf..2567785 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -317,7 +317,7 @@ dependencies = [ [[package]] name = "browsers" -version = "0.5.6" +version = "0.5.7" dependencies = [ "clap", "cocoa-foundation", diff --git a/Cargo.toml b/Cargo.toml index 7cf2d78..861e4d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "browsers" -version = "0.5.6" +version = "0.5.7" authors = ["Madis Liias "] edition = "2021" description = "Browsers"