Update version to v0.1.6

This commit is contained in:
2024-10-07 14:49:17 -05:00
parent dbfad44a51
commit f583dac944
3 changed files with 5 additions and 4 deletions

View File

@@ -2,9 +2,10 @@
All notable changes to this project will be documented in this file.
## [Unreleased v0.1.6]
## v0.1.6
- Began tracking changes in the `CHANGELOG.md` file.
- [breaking] Lowered MSRV to 1.74 to match `librespot`'s `0.5.0-dev` branch.
- Fixed `pre-commit` hook to properly process the `CARGO_README.md` file.
- Added testing workflow to the repository, targeting only major x64 platforms.
- Added testing workflow to the repository, targeting only major x64 platforms.
- New testing badge in README

2
Cargo.lock generated
View File

@@ -1287,7 +1287,7 @@ dependencies = [
[[package]]
name = "spotify-quickauth"
version = "0.1.5"
version = "0.1.6"
dependencies = [
"env_logger",
"futures",

View File

@@ -1,6 +1,6 @@
[package]
name = "spotify-quickauth"
version = "0.1.5"
version = "0.1.6"
edition = "2021"
description = "Quickly authenticate librespot-based applications with Spotify"
rust-version = "1.74"