Skip to content

Commit

Permalink
Update version to 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
liias committed Apr 23, 2024
1 parent 8005215 commit b1648b0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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).

## [0.5.5] - 2024-04-23

### Added

- macOS: Support Mimestream 1.3.0+ [deep links](https://mimestream.com/help/user-guide/deep-links)
- macOS: Support Floorp Daylight (daily beta build)
- Linux: Support Floorp Thanks to @pricci1 for contribution #155

### Fixed

- Windows: fix segfault by temporarily disabling app icons

## [0.5.4] - 2024-03-13

### Fixed
Expand Down Expand Up @@ -277,7 +289,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.4...HEAD
[unreleased]: https://github.com/Browsers-software/browsers/compare/0.5.5...HEAD

[0.5.5]: https://github.com/Browsers-software/browsers/releases/tag/0.5.5

[0.5.4]: https://github.com/Browsers-software/browsers/releases/tag/0.5.4

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.4"
version = "0.5.5"
authors = ["Madis Liias <[email protected]>"]
edition = "2021"
description = "Browsers"
Expand Down

0 comments on commit b1648b0

Please sign in to comment.