Skip to content

Commit 4261c2b

Browse files
committed
Release v0.5.0
1 parent 5d24271 commit 4261c2b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and 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

opener/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "opener"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
authors = ["Brian Bowman <[email protected]>"]
55
edition = "2018"
66
description = "Open a file or link using the system default program."

opener/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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:

0 commit comments

Comments
 (0)