Skip to content

Commit 86f7446

Browse files
committed
bump version to 0.5.7
1 parent a5616e4 commit 86f7446

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.5.7] - 2024-07-27
99

1010
### Fixed
1111

12-
- Fixed Open In dropdown always showing default opener as active in Rules editor
12+
- Settings: Fixed Open In dropdown always showing default opener as active in Rules editor
1313

1414
## [0.5.6] - 2024-07-14
1515

@@ -303,7 +303,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
303303

304304
Initial Release
305305

306-
[unreleased]: https://github.com/Browsers-software/browsers/compare/0.5.5...HEAD
306+
[unreleased]: https://github.com/Browsers-software/browsers/compare/0.5.7...HEAD
307+
308+
[0.5.7]: https://github.com/Browsers-software/browsers/releases/tag/0.5.7
307309

308310
[0.5.6]: https://github.com/Browsers-software/browsers/releases/tag/0.5.6
309311

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "browsers"
3-
version = "0.5.6"
3+
version = "0.5.7"
44
authors = ["Madis Liias <[email protected]>"]
55
edition = "2021"
66
description = "Browsers"

0 commit comments

Comments
 (0)