Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
1313 committed Dec 15, 2023
1 parent cd48f5c commit 0ab9471
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
16 changes: 11 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,33 @@

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.1] - 2023-12-15
### Fixed
- Cargo dependency mistake

## [0.2.0] - 2023-12-15

### Added
- Fix CI build to work with MacOS 13 runner
- [#14][14]: Don't panic on new_completion_handler
- [#13][13]: Support audio stream
- [#10][10]: Allow for audio output
- [#9][9]: High level example
- [#7][7]: Fix typo in UnsafeSCWindow
- Additional examples
- Expand CMSampleBuffer API

### Fixed
- Fix CI build to work with MacOS 13 runner
- [#14][14]: Don't panic on new_completion_handler
- [#7][7]: Fix typo in UnsafeSCWindow

## [0.1.0] - 2023-08-21

### Added
- Initial commit with prototype version

[unreleased]: https://github.com/svtlabs/screencapturekit-rs/compare/v0.2.0...HEAD
[unreleased]: https://github.com/svtlabs/screencapturekit-rs/compare/v0.2.1...HEAD
[0.2.1]: https://github.com/svtlabs/screencapturekit-rs/compare/v0.1.0...v0.2.1
[0.2.0]: https://github.com/svtlabs/screencapturekit-rs/compare/v0.1.0...v0.2.0
[0.0.1]: https://github.com/svtlabs/screencapturekit-rs/releases/tag/v0.1.0
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ resolver = "2"
[workspace.package]
authors = ["Per Johansson <mail@perjohansson.net>"]
homepage = "https://doom.fish"
version = "0.1.0"
version = "0.2.1"
keywords = ["screencapture", "screencapturekit", "macos"]
license = "MIT OR Apache-2.0"

2 changes: 1 addition & 1 deletion screencapturekit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ci = []
path = "./src/lib.rs"

[dependencies]
screencapturekit-sys = { version = "0.1.0", path = "../screencapturekit-sys" }
screencapturekit-sys = { version = "0.2.1", path = "../screencapturekit-sys" }

[dev-dependencies]
objc-foundation = "0.1"
Expand Down

0 comments on commit 0ab9471

Please sign in to comment.