From 25c4a40fa513fb1f6973b2abcee3511734308f7c Mon Sep 17 00:00:00 2001 From: Amod Malviya Date: Wed, 11 Oct 2023 21:37:28 +0530 Subject: [PATCH] Release v0.8.12 [skip ci] --- CHANGELOG.md | 7 ++++++- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2305666..b8e5190 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.12] - 2023-10-11 +### Fixed +- Linux: fix message about BROWSER env variable. See PR #76 + ## [0.8.11] - 2023-08-17 ### Fixed - WSL: handle `&` in URL correctly in WSL environment. See issue #73 and PR #74 @@ -164,7 +168,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.11...HEAD +[Unreleased]: https://github.com/amodm/webbrowser-rs/compare/v0.8.12...HEAD +[0.8.12]: https://github.com/amodm/webbrowser-rs/compare/v0.8.11...v0.8.12 [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 diff --git a/Cargo.toml b/Cargo.toml index 10fd10f..9aef592 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "webbrowser" description = "Open URLs in web browsers available on a platform" -version = "0.8.11" +version = "0.8.12" authors = ["Amod Malviya @amodm"] documentation = "https://docs.rs/webbrowser" homepage = "https://github.com/amodm/webbrowser-rs"