Skip to content

Commit 41cf598

Browse files
Merge pull request #77 from helmerapp/release-plz-2024-05-25T14-19-55Z
chore: release v0.0.5
2 parents 226555b + 22bda6b commit 41cf598

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
## [0.0.5](https://github.com/helmerapp/scap/compare/v0.0.4...v0.0.5) - 2024-05-25
10+
11+
### Other
12+
- don't build before releasing
13+
- remove CHANGELOG

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "scap"
33
description = "Modern, high-performance screen capture library for Rust. Cross-platform."
4-
version = "0.0.4"
4+
version = "0.0.5"
55
edition = "2021"
66
rust-version = "1.71"
77
license = "MIT"

0 commit comments

Comments
 (0)