Skip to content

Commit

Permalink
Release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Seeker14491 committed Jun 12, 2021
1 parent 5d24271 commit 4261c2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
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).

## [Unreleased]
## [0.5.0] - 2021-06-11
### Added
- `open_browser()`, which uses the `$BROWSER` environment variable before falling back to `open()`.
- WSL-specific implementation. Previously, WSL used the same implementation as Linux. Now the strategy on WSL is to use
Expand Down
2 changes: 1 addition & 1 deletion opener/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "opener"
version = "0.4.1"
version = "0.5.0"
authors = ["Brian Bowman <seeker14491@gmail.com>"]
edition = "2018"
description = "Open a file or link using the system default program."
Expand Down
2 changes: 1 addition & 1 deletion opener/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/opener/0.4.1")]
#![doc(html_root_url = "https://docs.rs/opener/0.5.0")]

//! This crate provides the [`open`] function, which opens a file or link with the default program
//! configured on the system:
Expand Down

0 comments on commit 4261c2b

Please sign in to comment.