Skip to content

Commit a2e9a00

Browse files
authored
chore: release v3.1.2 (#146)
1 parent 8c39d2c commit a2e9a00

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.1.2](https://github.com/doom-fish/screencapturekit-rs/compare/v3.1.1...v3.1.2) - 2026-05-17
11+
12+
### Fixed
13+
14+
- *(docs)* backtick ScreenCaptureKit in README to satisfy doc-markdown
15+
- *(docs)* drop non-existent com.apple.security.screen-capture entitlement ([#144](https://github.com/doom-fish/screencapturekit-rs/pull/144))
16+
- *(stream-config)* pin BGRA as default pixel format ([#145](https://github.com/doom-fish/screencapturekit-rs/pull/145))
17+
18+
### Other
19+
20+
- *(deps)* publish-friendly Cargo.toml; move sibling paths to local .cargo/config
21+
- add explicit CodeQL workflow on macos-26 (Rust-only)
22+
- pin apple-metal-rs sibling to v0.7.1 + restrict matrix to macos-26
23+
- drop macos-14 from build + leak-check matrix
24+
- *(siblings)* pin apple-cf/apple-metal sibling clones to v0.6.x
25+
- *(lint)* run on macos-26 so --all-features can compile macos_26_0 code
26+
- *(workflow)* clone sibling path-dependency repos before build
27+
- widen apple-cf / apple-metal version constraints
28+
- fmt + audit-v2 follow-ups
29+
1030
## [3.1.1](https://github.com/doom-fish/screencapturekit-rs/compare/v3.1.0...v3.1.1) - 2026-05-16
1131

1232
### Fixed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "screencapturekit"
3-
version = "3.1.1"
3+
version = "3.1.2"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
homepage = "https://github.com/doom-fish/screencapturekit-rs"

0 commit comments

Comments
 (0)