We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 176b8a8 commit 01b9a97Copy full SHA for 01b9a97
2 files changed
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [3.1.3](https://github.com/doom-fish/screencapturekit-rs/compare/v3.1.2...v3.1.3) - 2026-05-17
11
+
12
+### Other
13
14
+- widen apple-metal to <0.9 (use v0.8.0 with @available guards)
15
16
## [3.1.2](https://github.com/doom-fish/screencapturekit-rs/compare/v3.1.1...v3.1.2) - 2026-05-17
17
18
### Fixed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "screencapturekit"
3
-version = "3.1.2"
+version = "3.1.3"
4
edition = "2021"
5
license = "MIT OR Apache-2.0"
6
homepage = "https://github.com/doom-fish/screencapturekit-rs"
0 commit comments