Skip to content

Commit 92cabc5

Browse files
authored
Merge pull request #138 from CapSoftware/release-plz-2024-12-10T13-23-40Z
chore: release v0.0.8
2 parents 8520e5d + d9020b1 commit 92cabc5

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.0.8](https://github.com/CapSoftware/scap/compare/v0.0.7...v0.0.8) - 2024-12-10
10+
11+
### Other
12+
13+
- rewind version
14+
- Update mod.rs
15+
- Bump version (backwards compatible bug fix)
16+
- Change as_raw_nopadding_buffer to as_nopadding_buffer
17+
- Make GraphicsCaptureApiHandler's fn `new` implementation for Capturer have the correct signature
18+
- handle macos stream errors with error flag
19+
- expose CMSampleBuffer
20+
921
## [0.0.7](https://github.com/CapSoftware/scap/compare/v0.0.6...v0.0.7) - 2024-11-07
1022

1123
### Features

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "scap"
33
description = "Modern, high-performance screen capture library for Rust. Cross-platform."
4-
version = "0.0.7"
4+
version = "0.0.8"
55
edition = "2021"
66
rust-version = "1.71"
77
license = "MIT"

0 commit comments

Comments
 (0)