chore: Bump version to 1.2.2

This commit is contained in:
Henrik Friedrichsen
2025-01-31 20:26:30 +01:00
parent 0e01002ce7
commit cb9e6d0424
3 changed files with 488 additions and 403 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.2.2]
### Added ### Added
@@ -231,7 +231,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.1...HEAD [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
[1.1.2]: https://github.com/hrkfdn/ncspot/compare/v1.1.1...v1.1.2 [1.1.2]: https://github.com/hrkfdn/ncspot/compare/v1.1.1...v1.1.2

885
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -8,7 +8,7 @@ license = "BSD-2-Clause"
name = "ncspot" name = "ncspot"
readme = "README.md" readme = "README.md"
repository = "https://github.com/hrkfdn/ncspot" repository = "https://github.com/hrkfdn/ncspot"
version = "1.2.1" version = "1.2.2"
[badges] [badges]
maintenance = {status = "actively-developed"} maintenance = {status = "actively-developed"}