diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d7c994..f28aaa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. \ No newline at end of file +- Added testing workflow to the repository, targeting only major x64 platforms. +- New testing badge in README \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index a990bb8..626e575 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1287,7 +1287,7 @@ dependencies = [ [[package]] name = "spotify-quickauth" -version = "0.1.5" +version = "0.1.6" dependencies = [ "env_logger", "futures", diff --git a/Cargo.toml b/Cargo.toml index 3dc1332..84388d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"