Skip to content

Commit

Permalink
bump version to 0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
liias committed Jul 27, 2024
1 parent a5616e4 commit 86f7446
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "browsers"
version = "0.5.6"
version = "0.5.7"
authors = ["Madis Liias <[email protected]>"]
edition = "2021"
description = "Browsers"
Expand Down

0 comments on commit 86f7446

Please sign in to comment.