Compare commits

...

10 commits

Author SHA1 Message Date
github-actions[bot]
afafa36263 Bump version to v0.5.4 2024-05-17 18:02:59 +00:00
Guillem Castro
9728a6457d try to fix create-release again [skip ci] 2024-05-17 20:01:38 +02:00
github-actions[bot]
feed60534a Bump version to v0.5.3 2024-05-17 17:55:25 +00:00
Guillem Castro
a5c3225ea3 try to fix create-release again [skip ci] 2024-05-17 19:54:41 +02:00
github-actions[bot]
7c7870c044 Bump version to v0.5.2 2024-05-17 17:52:21 +00:00
Guillem Castro
7fb4073633 try to fix create-release again [skip ci] 2024-05-17 19:51:06 +02:00
github-actions[bot]
455437ad04 Bump version to v0.5.1 2024-05-17 17:48:08 +00:00
Guillem Castro
e4807e6834 try to fix create-release again [skip ci] 2024-05-17 19:47:25 +02:00
GuillemCastro
3325ec3ccd docs: update CHANGELOG.md for v0.5.0 [skip ci] 2024-05-17 17:37:02 +00:00
github-actions[bot]
ab33af0e99 Bump version to v0.5.0 2024-05-17 17:35:53 +00:00
4 changed files with 16 additions and 8 deletions

View file

@ -63,11 +63,7 @@ jobs:
commit_user_email: "github-actions[bot]@users.noreply.github.com"
commit_author: "github-actions[bot] <github-actions[bot]@users.noreply.github.com>"
branch: master
- name: Create tag
uses: rickstaa/action-create-tag@v1
with:
tag: v${{ steps.cargo-bump.outputs.new_version }}
message: "Bump version to v${{ steps.cargo-bump.outputs.new_version }}"
tagging_message: v${{ steps.cargo-bump.outputs.new_version }}
release:
runs-on: ubuntu-latest
@ -76,7 +72,7 @@ jobs:
needs: bump-version
steps:
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: v${{ needs.bump-version.outputs.new_version }}
- name: Update CHANGELOG
@ -85,6 +81,7 @@ jobs:
with:
token: ${{ github.token }}
tag: v${{ needs.bump-version.outputs.new_version }}
includeInvalidCommits: true
- name: Create Release
uses: ncipollo/release-action@v1
with:

11
CHANGELOG.md Normal file
View file

@ -0,0 +1,11 @@
# Changelog
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.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

2
Cargo.lock generated
View file

@ -2064,7 +2064,7 @@ dependencies = [
[[package]]
name = "spotify-dl"
version = "0.4.0"
version = "0.5.4"
dependencies = [
"anyhow",
"async-trait",

View file

@ -1,6 +1,6 @@
[package]
name = "spotify-dl"
version = "0.4.0"
version = "0.5.4"
authors = ["Guillem Castro <guillemcastro4@gmail.com>"]
edition = "2021"
readme = "README.md"