chore: Release prep for 1.3.0

This commit is contained in:
Henrik Friedrichsen
2025-07-08 10:19:07 +02:00
parent 715701af8f
commit fbd3a574a3
3 changed files with 4 additions and 4 deletions

View File

@@ -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/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [1.3.0]
### Added ### Added
@@ -245,7 +245,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 - 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 - Bug that could cause items to not load until the screen is filled on bigger screens
[Unreleased]: https://github.com/hrkfdn/ncspot/compare/v1.2.2..HEAD [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 [1.2.2]: https://github.com/hrkfdn/ncspot/compare/v1.2.1...v1.2.2
[1.2.1]: https://github.com/hrkfdn/ncspot/compare/v1.2.0...v1.2.1 [1.2.1]: https://github.com/hrkfdn/ncspot/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/hrkfdn/ncspot/compare/v1.1.2...v1.2.0 [1.2.0]: https://github.com/hrkfdn/ncspot/compare/v1.1.2...v1.2.0

2
Cargo.lock generated
View File

@@ -2521,7 +2521,7 @@ dependencies = [
[[package]] [[package]]
name = "ncspot" name = "ncspot"
version = "1.2.2" version = "1.3.0"
dependencies = [ dependencies = [
"arboard", "arboard",
"chrono", "chrono",

View File

@@ -1,7 +1,7 @@
[package] [package]
name = "ncspot" name = "ncspot"
readme = "README.md" readme = "README.md"
version = "1.2.2" version = "1.3.0"
description = "ncurses Spotify client written in Rust using librespot, inspired by ncmpc and the likes." description = "ncurses Spotify client written in Rust using librespot, inspired by ncmpc and the likes."
exclude = ["images/**"] exclude = ["images/**"]
keywords = ["spotify", "ncurses", "librespot", "terminal"] keywords = ["spotify", "ncurses", "librespot", "terminal"]