diff --git a/CHANGELOG.md b/CHANGELOG.md index 52b081f..20d4b03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ 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). +## [v0.3.0](https://github.com/The-Noah/steam-screenshot-organizer/releases/tag/v0.3.0) - 2024-07-10 + +### Details + +#### Changed + +- Detect Steam screenshot location by @The-Noah +- Update README by @The-Noah + ## [v0.2.0](https://github.com/The-Noah/steam-screenshot-organizer/releases/tag/v0.2.0) - 2024-07-10 ### Details diff --git a/Cargo.lock b/Cargo.lock index b109658..a125745 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -955,7 +955,7 @@ checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" [[package]] name = "steam-screenshot-organizer" -version = "0.2.0" +version = "0.3.0" dependencies = [ "notify", "reqwest", diff --git a/Cargo.toml b/Cargo.toml index f436235..d62076c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "steam-screenshot-organizer" -version = "0.2.0" +version = "0.3.0" edition = "2021" authors = ["Noah Dunbar "]