mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-09 14:08:45 -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.
|
||||
|
||||
## [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
2
Cargo.lock
generated
@@ -1287,7 +1287,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "spotify-quickauth"
|
||||
version = "0.1.5"
|
||||
version = "0.1.6"
|
||||
dependencies = [
|
||||
"env_logger",
|
||||
"futures",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user