mirror of
https://github.com/GuillemCastro/spotify-dl.git
synced 2025-07-02 03:55:32 +02:00
Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
|
3ac0b5a620 | ||
|
4b7df92fd5 |
3 changed files with 8 additions and 2 deletions
|
@ -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/),
|
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).
|
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
|
## [v0.5.0] - 2024-05-17
|
||||||
### :sparkles: New Features
|
### :sparkles: New Features
|
||||||
- [`ad9288d`](https://github.com/GuillemCastro/spotify-dl/commit/ad9288d243c393ea6c5b283de9c8ccd53de8ee0c) - No native dependencies *(commit by [@GuillemCastro](https://github.com/GuillemCastro))*
|
- [`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.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
|
||||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -2891,7 +2891,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "spotify-dl"
|
name = "spotify-dl"
|
||||||
version = "0.7.0"
|
version = "0.7.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "spotify-dl"
|
name = "spotify-dl"
|
||||||
version = "0.7.0"
|
version = "0.7.1"
|
||||||
authors = ["Guillem Castro <guillemcastro4@gmail.com>"]
|
authors = ["Guillem Castro <guillemcastro4@gmail.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue