Skip to content

Commit 3370aea

Browse files
committed
Bump version to 0.9.1
1 parent 28b0ca4 commit 3370aea

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

Diff for: CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
## Unreleased
44

5+
## v0.9.1 (6th Oct 2024)
6+
57
- Added man page and shell completion generation to `wl-clipboard-rs-tools`.
8+
- Updated dependencies.
69

710
## v0.9.0 (19th June 2024)
811

Diff for: Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
members = ["wl-clipboard-rs-tools"]
33

44
[workspace.package]
5-
version = "0.9.0" # remember to update html_root_url
5+
version = "0.9.1" # remember to update html_root_url
66
authors = ["Ivan Molodetskikh <[email protected]>"]
77
edition = "2021"
88
license = "MIT/Apache-2.0"

Diff for: src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
//! - `wl-copy`: implements `wl-copy` from [wl-clipboard](https://github.com/bugaevc/wl-clipboard).
106106
//! - `wl-clip`: a Wayland version of `xclip`.
107107
108-
#![doc(html_root_url = "https://docs.rs/wl-clipboard-rs/0.9.0")]
108+
#![doc(html_root_url = "https://docs.rs/wl-clipboard-rs/0.9.1")]
109109
#![deny(unsafe_code)]
110110

111111
mod common;

Diff for: wl-clipboard-rs-tools/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ log.workspace = true
1919
mime_guess = "2.0.5"
2020
rustix = { workspace = true, features = ["stdio"] }
2121
stderrlog = "0.6.0"
22-
wl-clipboard-rs = { path = "../", version = "0.9.0" }
22+
wl-clipboard-rs = { path = "../", version = "0.9.1" }
2323

2424
[build-dependencies]
2525
clap = { version = "4.5.19", features = ["derive", "wrap_help"] }

0 commit comments

Comments
 (0)