Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
1313 committed Jan 16, 2024
1 parent dbcc7f0 commit 86bc2e8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.2] - 2023-12-15
### Fixed
- #31: Fix segfault due to bad refcount

## [0.2.1] - 2023-12-15
### Fixed
- Cargo dependency mistake
Expand All @@ -27,7 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial commit with prototype version

[unreleased]: https://github.com/svtlabs/screencapturekit-rs/compare/v0.2.1...HEAD
[unreleased]: https://github.com/svtlabs/screencapturekit-rs/compare/v0.2.2...HEAD
[0.2.2]: https://github.com/svtlabs/screencapturekit-rs/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/svtlabs/screencapturekit-rs/compare/v0.2.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
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ authors = ["Per Johansson <[email protected]>"]
homepage = "https://doom.fish"
edition = "2021"
rust-version = "1.75"
version = "0.2.1"
version = "0.2.2"
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 @@ -25,4 +25,4 @@ ci = []
path = "./src/lib.rs"

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

0 comments on commit 86bc2e8

Please sign in to comment.