From 9bededd943da62f1aaac8508828c7c11d9b6fdf5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 25 May 2024 14:00:30 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 13 +++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md 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"