Skip to content

Commit

Permalink
Release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Seeker14491 committed Mar 23, 2024
1 parent 1eb7f00 commit d1ba3f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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.7.0] - 2024-03-22

### Added

- "dbus-vendored" feature, which is enabled by default to match current behavior. This just forwards to the `dbus` crate's "vendored" feature. Disable it to link dynamically to dbus instead of statically.
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.1"
version = "0.7.0"
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 d1ba3f4

Please sign in to comment.