From 2c3e9c0eed8acedcabd7ef15075dcd0ddbb7ede6 Mon Sep 17 00:00:00 2001 From: Henrik Friedrichsen Date: Tue, 11 Nov 2025 10:49:50 +0100 Subject: [PATCH] chore: Prepare for release 1.3.2 --- CHANGELOG.md | 3 ++- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46a40dc..95382fa 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.3.2] ### Fixed @@ -261,6 +261,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 +[1.3.2]: https://github.com/hrkfdn/ncspot/compare/v1.3.1...v1.3.2 [1.3.1]: https://github.com/hrkfdn/ncspot/compare/v1.3.0...v1.3.1 [1.3.0]: https://github.com/hrkfdn/ncspot/compare/v1.2.2...v1.3.0 [1.2.2]: https://github.com/hrkfdn/ncspot/compare/v1.2.1...v1.2.2 diff --git a/Cargo.lock b/Cargo.lock index 8293ef3..c7e263e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1506,11 +1506,11 @@ dependencies = [ [[package]] name = "home" -version = "0.5.11" +version = "0.5.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf" +checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -2294,7 +2294,7 @@ dependencies = [ [[package]] name = "ncspot" -version = "1.3.1" +version = "1.3.2" dependencies = [ "arboard", "chrono", @@ -4013,9 +4013,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.109" +version = "2.0.110" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f17c7e013e88258aa9543dcbe81aca68a667a9ac37cd69c9fbc07858bfe0e2f" +checksum = "a99801b5bd34ede4cf3fc688c5919368fea4e4814a4664359503e6015b280aea" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 72e3f6c..2289db9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ncspot" readme = "README.md" -version = "1.3.1" +version = "1.3.2" description = "ncurses Spotify client written in Rust using librespot, inspired by ncmpc and the likes." exclude = ["images/**"] keywords = ["spotify", "ncurses", "librespot", "terminal"]