Skip to content

Commit

Permalink
Release v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Seeker14491 committed May 18, 2024
1 parent b6ead40 commit ef8c5e4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

## [Unreleased]

## [0.7.1] - 2024-05-17

### Fixed

- On Linux, the `dbus` crate is now only pulled in when enabling the `reveal` feature (as was the case prior to `opener` v0.7.0).
- Fixed a Cargo error when compiling `opener` using versions of Rust prior to 1.71.

## [0.7.0] - 2024-03-22

### 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.7.0"
version = "0.7.1"
authors = ["Brian Bowman <seeker14491@gmail.com>"]
edition = "2021"
description = "Open a file or link using the system default program."
Expand Down

0 comments on commit ef8c5e4

Please sign in to comment.