Skip to content

Commit

Permalink
chore: release v0.3.3 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
1313 authored Jan 29, 2025
1 parent 6ea2725 commit 71b3f1e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.3](https://github.com/doom-fish/screencapturekit-rs/compare/v0.3.2...v0.3.3) - 2025-01-29

### Added

- add showsCursor configuration option (#72)

### Other

- chore(contributors) update contrib ([#78](https://github.com/doom-fish/screencapturekit-rs/pull/78))
- Fix scstream double free ([#74](https://github.com/doom-fish/screencapturekit-rs/pull/74))
- *(deps)* update block2 requirement from 0.5 to 0.6 (#75)
- chore(contributors) update contrib ([#69](https://github.com/doom-fish/screencapturekit-rs/pull/69))
- Update README.md
- Update contrib.yml
- *(contributor)* contrib-readme-action has updated readme (#66)
- *(contributor)* contrib-readme-action has updated readme (#64)

## [0.3.2](https://github.com/doom-fish/screencapturekit-rs/compare/v0.3.1...v0.3.2) - 2024-12-19

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ authors = ["Per Johansson <[email protected]>"]
homepage = "https://github.com/svtlabs"
edition = "2021"
rust-version = "1.72"
version = "0.3.2"
version = "0.3.3"
license = "MIT OR Apache-2.0"

[lib]
Expand Down

0 comments on commit 71b3f1e

Please sign in to comment.