File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.2.8] - 2024-04-29
9+ ### Fixed
10+ - [ #45 ] ( https://github.com/svtlabs/screencapturekit-rs/pull/45 ) feat: add support for shows_cursor
11+
812## [ 0.2.7] - 2024-03-20
913
1014### Fixed
@@ -70,7 +74,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7074
7175- Initial commit with prototype version
7276
73- [ unreleased ] : https://github.com/svtlabs/screencapturekit-rs/compare/v0.2.7...HEAD
77+ [ unreleased ] : https://github.com/svtlabs/screencapturekit-rs/compare/v0.2.8...HEAD
78+ [ 0.2.8 ] : https://github.com/svtlabs/screencapturekit-rs/compare/v0.2.7...v0.2.8
7479[ 0.2.7 ] : https://github.com/svtlabs/screencapturekit-rs/compare/v0.2.6...v0.2.7
7580[ 0.2.6 ] : https://github.com/svtlabs/screencapturekit-rs/compare/v0.2.5...v0.2.6
7681[ 0.2.5 ] : https://github.com/svtlabs/screencapturekit-rs/compare/v0.2.4...v0.2.5
Original file line number Diff line number Diff line change 66homepage = " https://doom.fish"
77edition = " 2021"
88rust-version = " 1.75"
9- version = " 0.2.7 "
9+ version = " 0.2.8 "
1010keywords = [" screencapture" , " screencapturekit" , " macos" ]
1111license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ ci = []
2525path = " ./src/lib.rs"
2626
2727[dependencies ]
28- screencapturekit-sys = { version = " 0.2.7 " , path = " ../screencapturekit-sys" }
28+ screencapturekit-sys = { version = " 0.2.8 " , path = " ../screencapturekit-sys" }
You can’t perform that action at this time.
0 commit comments