From 9a3b3a098cfa456a213d98ff8a3700ea7974cf3c Mon Sep 17 00:00:00 2001 From: Henrik Friedrichsen Date: Tue, 15 Oct 2024 21:17:56 +0200 Subject: [PATCH] chore: Prepare for release --- CHANGELOG.md | 4 ++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44fed24d..85dab696 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.2.0] - 2024-10-15 ### Added @@ -209,7 +209,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Albums with more than 50 songs not showing all the songs when viewed in the library - Bug that could cause items to not load until the screen is filled on bigger screens -[Unreleased]: https://github.com/hrkfdn/ncspot/compare/v1.1.2...HEAD +[1.2.0]: https://github.com/hrkfdn/ncspot/compare/v1.1.2...v1.2.0 [1.1.2]: https://github.com/hrkfdn/ncspot/compare/v1.1.1...v1.1.2 [1.1.1]: https://github.com/hrkfdn/ncspot/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/hrkfdn/ncspot/compare/v1.0.0...v1.1.0 diff --git a/Cargo.lock b/Cargo.lock index 5667cbff..ab1d6675 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2417,7 +2417,7 @@ dependencies = [ [[package]] name = "ncspot" -version = "1.1.2" +version = "1.2.0" dependencies = [ "arboard", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 45ef8b3e..4cb9f83a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "BSD-2-Clause" name = "ncspot" readme = "README.md" repository = "https://github.com/hrkfdn/ncspot" -version = "1.1.2" +version = "1.2.0" [badges] maintenance = {status = "actively-developed"}