Skip to content

Commit e551d8e

Browse files
committed
Bump version to 0.9.2
1 parent 741dea6 commit e551d8e

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Unreleased
44

5+
## v0.9.2 (14th Mar 2025)
6+
7+
- Added support for the `ext-data-control` protocol. It will be used instead of `wlr-data-control` when available.
8+
- Updated dependencies.
9+
510
## v0.9.1 (6th Oct 2024)
611

712
- Added man page and shell completion generation to `wl-clipboard-rs-tools`.

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.1" # remember to update html_root_url
5+
version = "0.9.2" # 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.1")]
108+
#![doc(html_root_url = "https://docs.rs/wl-clipboard-rs/0.9.2")]
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.1" }
22+
wl-clipboard-rs = { path = "../", version = "0.9.2" }
2323

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

0 commit comments

Comments
 (0)