mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-14 20:13:09 -06:00
Update version to v0.1.6
This commit is contained in:
@@ -2,9 +2,10 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
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.
|
- Began tracking changes in the `CHANGELOG.md` file.
|
||||||
- [breaking] Lowered MSRV to 1.74 to match `librespot`'s `0.5.0-dev` branch.
|
- [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.
|
- 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
2
Cargo.lock
generated
@@ -1287,7 +1287,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "spotify-quickauth"
|
name = "spotify-quickauth"
|
||||||
version = "0.1.5"
|
version = "0.1.6"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"env_logger",
|
"env_logger",
|
||||||
"futures",
|
"futures",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "spotify-quickauth"
|
name = "spotify-quickauth"
|
||||||
version = "0.1.5"
|
version = "0.1.6"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Quickly authenticate librespot-based applications with Spotify"
|
description = "Quickly authenticate librespot-based applications with Spotify"
|
||||||
rust-version = "1.74"
|
rust-version = "1.74"
|
||||||
|
|||||||
Reference in New Issue
Block a user