Skip to content

Commit d2551ab

Browse files
authored
chore: release v1.1.1
1 parent e1db1bb commit d2551ab

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.1.1](https://github.com/doom-fish/screencapturekit-rs/compare/v1.1.0...v1.1.1) - 2025-11-28
11+
12+
### Fixed
13+
14+
- use correct FFI function for async shareable content
15+
16+
### Other
17+
18+
- update version to 1.1 in README
19+
1020
## [1.1.0] - 2025-11-28
1121

1222
### Changed

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

0 commit comments

Comments
 (0)