diff --git a/CHANGELOG.md b/CHANGELOG.md index 125dbc0..e454b02 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.0] ### 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 - 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.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 diff --git a/Cargo.lock b/Cargo.lock index 63731ce..ef1a966 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2521,7 +2521,7 @@ dependencies = [ [[package]] name = "ncspot" -version = "1.2.2" +version = "1.3.0" dependencies = [ "arboard", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 6c2e082..71653ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ncspot" 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." exclude = ["images/**"] keywords = ["spotify", "ncurses", "librespot", "terminal"]