Skip to content

Commit

Permalink
Release v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Seeker14491 committed Apr 14, 2023
1 parent 0735c91 commit ff6e259
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

## [Unreleased]

## [0.6.1] - 2023-04-14

## [0.6.0] - 2023-03-27

### Added
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.6.0"
version = "0.6.1"
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.6.0")]
#![doc(html_root_url = "https://docs.rs/opener/0.6.1")]
#![cfg_attr(docsrs, feature(doc_auto_cfg))]

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

0 comments on commit ff6e259

Please sign in to comment.