Skip to content

Commit

Permalink
Merge pull request #138 from CapSoftware/release-plz-2024-12-10T13-23…
Browse files Browse the repository at this point in the history
…-40Z

chore: release v0.0.8
  • Loading branch information
Brendonovich authored Dec 10, 2024
2 parents 8520e5d + d9020b1 commit 92cabc5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.8](https://github.com/CapSoftware/scap/compare/v0.0.7...v0.0.8) - 2024-12-10

### Other

- rewind version
- Update mod.rs
- Bump version (backwards compatible bug fix)
- Change as_raw_nopadding_buffer to as_nopadding_buffer
- Make GraphicsCaptureApiHandler's fn `new` implementation for Capturer have the correct signature
- handle macos stream errors with error flag
- expose CMSampleBuffer

## [0.0.7](https://github.com/CapSoftware/scap/compare/v0.0.6...v0.0.7) - 2024-11-07

### Features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "scap"
description = "Modern, high-performance screen capture library for Rust. Cross-platform."
version = "0.0.7"
version = "0.0.8"
edition = "2021"
rust-version = "1.71"
license = "MIT"
Expand Down

0 comments on commit 92cabc5

Please sign in to comment.