Skip to content

Commit

Permalink
Release v0.8.11 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
amodm committed Aug 17, 2023
1 parent bdc640e commit a48b3a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.8.11] - 2023-08-17 <a name="0.8.11"></a>
### Fixed
- WSL: handle `&` in URL correctly in WSL environment. See issue #73 and PR #74

## [0.8.10] - 2023-04-12 <a name="0.8.10"></a>
### Changed
- Linux: move to `home` as a dependency, instead of `dirs`
Expand Down Expand Up @@ -160,7 +164,8 @@ executable. This was reported privately by [@offalltn](https://github.com/offall
### Added
- Initial release.

[Unreleased]: https://github.com/amodm/webbrowser-rs/compare/v0.8.10...HEAD
[Unreleased]: https://github.com/amodm/webbrowser-rs/compare/v0.8.11...HEAD
[0.8.11]: https://github.com/amodm/webbrowser-rs/compare/v0.8.10...v0.8.11
[0.8.10]: https://github.com/amodm/webbrowser-rs/compare/v0.8.9...v0.8.10
[0.8.9]: https://github.com/amodm/webbrowser-rs/compare/v0.8.8...v0.8.9
[0.8.8]: https://github.com/amodm/webbrowser-rs/compare/v0.8.7...v0.8.8
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "webbrowser"
description = "Open URLs in web browsers available on a platform"
version = "0.8.10"
version = "0.8.11"
authors = ["Amod Malviya @amodm"]
documentation = "https://docs.rs/webbrowser"
homepage = "https://github.com/amodm/webbrowser-rs"
Expand Down

0 comments on commit a48b3a0

Please sign in to comment.