diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b15b61..94bd66f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ # 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/), diff --git a/Cargo.lock b/Cargo.lock index c5c2a8d..605e74f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1077,7 +1077,7 @@ dependencies = [ [[package]] name = "scap" -version = "0.0.8" +version = "0.1.0-beta.1" dependencies = [ "cidre", "cocoa", diff --git a/Cargo.toml b/Cargo.toml index 5e9d34a..8c84b68 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.8" +version = "0.1.0-beta.1" edition = "2021" rust-version = "1.85" license = "MIT"