From 4b7df92fd56a0b0246814fe9782e6cfac1f4796a Mon Sep 17 00:00:00 2001 From: GuillemCastro Date: Sun, 22 Jun 2025 00:00:41 +0000 Subject: [PATCH 1/2] docs: update CHANGELOG.md for v0.7.0 [skip ci] --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9705169..6e69ce5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v0.7.0] - 2025-06-22 +### :wrench: Chores +- [`dcedaa0`](https://github.com/GuillemCastro/spotify-dl/commit/dcedaa0d7e2eb487e29e1282ddbf05402fdb69da) - Update dependencies and fix auth *(PR [#27](https://github.com/GuillemCastro/spotify-dl/pull/27) by [@GuillemCastro](https://github.com/GuillemCastro))* + + ## [v0.5.0] - 2024-05-17 ### :sparkles: New Features - [`ad9288d`](https://github.com/GuillemCastro/spotify-dl/commit/ad9288d243c393ea6c5b283de9c8ccd53de8ee0c) - No native dependencies *(commit by [@GuillemCastro](https://github.com/GuillemCastro))* [v0.5.0]: https://github.com/GuillemCastro/spotify-dl/compare/v0.2.1...v0.5.0 +[v0.7.0]: https://github.com/GuillemCastro/spotify-dl/compare/v0.5.4...v0.7.0 From 3ac0b5a620460eba65a7e57116f9b071e7d98ca0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 22 Jun 2025 08:51:55 +0000 Subject: [PATCH 2/2] Bump version to v0.7.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 90405b2..d1c4a96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2891,7 +2891,7 @@ dependencies = [ [[package]] name = "spotify-dl" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index c3f4345..96df83e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spotify-dl" -version = "0.7.0" +version = "0.7.1" authors = ["Guillem Castro "] edition = "2021" readme = "README.md"