diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5d0a58d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog +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/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.0.5](https://github.com/helmerapp/scap/compare/v0.0.4...v0.0.5) - 2024-05-25 + +### Other +- add dependencies for alsa & libpipewire to github actions +- remove CHANGELOG diff --git a/Cargo.lock b/Cargo.lock index d9eb937..010f7ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1510,7 +1510,7 @@ dependencies = [ [[package]] name = "scap" -version = "0.0.4" +version = "0.0.5" dependencies = [ "apple-sys-helmer-fork", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 14258c2..601371e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "scap" description = "Modern, high-performance screen capture library for Rust. Cross-platform." -version = "0.0.4" +version = "0.0.5" edition = "2021" rust-version = "1.71" license = "MIT"