From aeb6651c1e9358b9533e86ae05fde5b27b1d5c35 Mon Sep 17 00:00:00 2001 From: Madis Liias Date: Wed, 31 Jan 2024 15:33:36 +0200 Subject: [PATCH] Prepare version 0.5.1 --- CHANGELOG.md | 5 +++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be470d0..e2f3baf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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.1] - 2024-01-31 ### Fixed - Opening Private window in Firefox. Thanks to @mpsijm for fix #129 @@ -233,7 +233,8 @@ 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.0...HEAD +[unreleased]: https://github.com/Browsers-software/browsers/compare/0.5.1...HEAD +[0.5.1]: https://github.com/Browsers-software/browsers/releases/tag/0.5.1 [0.5.0]: https://github.com/Browsers-software/browsers/releases/tag/0.5.0 [0.4.5]: https://github.com/Browsers-software/browsers/releases/tag/0.4.5 [0.4.4]: https://github.com/Browsers-software/browsers/releases/tag/0.4.4 diff --git a/Cargo.lock b/Cargo.lock index e7e2fe2..f45598f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -191,7 +191,7 @@ dependencies = [ [[package]] name = "browsers" -version = "0.5.0" +version = "0.5.1" dependencies = [ "clap", "cocoa-foundation", diff --git a/Cargo.toml b/Cargo.toml index d9d15a2..29e1757 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "browsers" -version = "0.5.0" +version = "0.5.1" authors = ["Madis Liias "] edition = "2021" description = "Browsers"