mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-05 23:16:25 -06:00
1.1 KiB
1.1 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v0.1.7
Added
- Archival notice.
Changed
- Bumped MSRV to 1.79 to access stabilized
std::path::absolute - Adjusted
github-linguiststatistics, ignoring.hooks - Widened
paths-ignoreforbuildandtestworkflows. - Switched release step token to use
secrets.GH_RELEASE_TOKEN, so the author is bound toXevioninstead ofgithub-actions(a bot). - Switched changelog format to
keep-a-changelogstyle.
Removed
- Removed
paths-ignoreforbuildworkflow onpushtrigger.
v0.1.6
Added
- Began tracking changes in the
CHANGELOG.mdfile. - Added testing workflow to the repository, targeting only major x64 platforms.
- Added testing badge to README
Changed
- [breaking] Lowered MSRV to 1.74 to match
librespot's0.5.0-devbranch. - Fixed
pre-commithook to properly process theCARGO_README.mdfile.