There was an error while loading. Please reload this page.
1 parent 515c713 commit 9dfd75bCopy full SHA for 9dfd75b
2 files changed
CHANGELOG.md
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.5.0](https://github.com/doom-fish/screencapturekit-rs/compare/v0.4.0...v0.5.0) - 2025-11-27
11
+
12
+### Added
13
14
+- *(swift-bridge)* add SCBridgeError enum and documentation
15
16
+### Other
17
18
+- *(swift-bridge)* update README to reflect modular structure
19
+- [**breaking**] add 1.0.0 changelog
20
+- restore Recall.ai sponsor banner
21
22
## [1.0.0] - 2025-11-27
23
24
### Added
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "screencapturekit"
3
-version = "0.4.0"
+version = "0.5.0"
4
edition = "2021"
5
license = "MIT OR Apache-2.0"
6
homepage = "https://github.com/doom-fish/screencapturekit-rs"
0 commit comments