Skip to content

Commit 55981c7

Browse files
committed
chore: release 1.1.0
1 parent d43d481 commit 55981c7

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.1.0] - 2025-11-28
11+
12+
### Changed
13+
14+
- **BREAKING**: `SCContentFilter::build()` renamed to `builder()` for consistency
15+
- **BREAKING**: Config setters now return `Self` directly instead of `&mut Self` for cleaner builder pattern
16+
17+
### Fixed
18+
19+
- Documentation fixes for builder pattern API
20+
1021
## [1.0.0] - 2025-11-27
1122

1223
### Added

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 = "1.0.0"
3+
version = "1.1.0"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
homepage = "https://github.com/doom-fish/screencapturekit-rs"

0 commit comments

Comments
 (0)