Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
1313 committed Apr 29, 2024
1 parent 4b90e58 commit 77c7b58
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.8] - 2024-04-29
### Fixed
- [#45](https://github.com/svtlabs/screencapturekit-rs/pull/45) feat: add support for shows_cursor

## [0.2.7] - 2024-03-20

### Fixed
Expand Down Expand Up @@ -70,7 +74,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial commit with prototype version

[unreleased]: https://github.com/svtlabs/screencapturekit-rs/compare/v0.2.7...HEAD
[unreleased]: https://github.com/svtlabs/screencapturekit-rs/compare/v0.2.8...HEAD
[0.2.8]: https://github.com/svtlabs/screencapturekit-rs/compare/v0.2.7...v0.2.8
[0.2.7]: https://github.com/svtlabs/screencapturekit-rs/compare/v0.2.6...v0.2.7
[0.2.6]: https://github.com/svtlabs/screencapturekit-rs/compare/v0.2.5...v0.2.6
[0.2.5]: https://github.com/svtlabs/screencapturekit-rs/compare/v0.2.4...v0.2.5
Expand Down
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.7"
version = "0.2.8"
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.7", path = "../screencapturekit-sys" }
screencapturekit-sys = { version = "0.2.8", path = "../screencapturekit-sys" }

0 comments on commit 77c7b58

Please sign in to comment.