File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7- ## [ Unreleased ]
7+ ## [ 0.5.0 ] - 2021-06-11
88### Added
99- ` open_browser() ` , which uses the ` $BROWSER ` environment variable before falling back to ` open() ` .
1010- WSL-specific implementation. Previously, WSL used the same implementation as Linux. Now the strategy on WSL is to use
Original file line number Diff line number Diff line change 11[package ]
22name = " opener"
3- version = " 0.4.1 "
3+ version = " 0.5.0 "
44authors = [
" Brian Bowman <[email protected] >" ]
55edition = " 2018"
66description = " Open a file or link using the system default program."
Original file line number Diff line number Diff line change 1- #![ doc( html_root_url = "https://docs.rs/opener/0.4.1 " ) ]
1+ #![ doc( html_root_url = "https://docs.rs/opener/0.5.0 " ) ]
22
33//! This crate provides the [`open`] function, which opens a file or link with the default program
44//! configured on the system:
You can’t perform that action at this time.
0 commit comments