Skip to content

Commit 91c3315

Browse files
Release v3.5 (#183)
* Release v3.5 * Update CHANGELOG for 3.5 release --------- Co-authored-by: ComplexSpaces <[email protected]>
1 parent 1dcc18b commit 91c3315

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22

3+
## 3.5.0 on 2025-04-01
4+
5+
### Added
6+
- Add `file_list` to the `Get` interface.
7+
- Implement `Get::html()` for all platforms.
8+
39
### Changed
10+
- Updated `wl-clipboard-rs` to `0.9`.
11+
- Improved `windows-sys` version compatibility range to support `0.52` - `0.60`.
412
- Updated `objc2` to `v0.6`.
513
- Raised MSRV to 1.71.0.
614

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "arboard"
3-
version = "3.4.1"
3+
version = "3.5.0"
44
authors = [
55
"Artur Kovacs <[email protected]>",
66
"Avi Weinstock <[email protected]>",

0 commit comments

Comments
 (0)