Skip to content

Commit eae2bf0

Browse files
committed
v0.6.0
1 parent b49f0a7 commit eae2bf0

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
permissions:
1313
contents: read
1414
uses: ./.github/workflows/build.yml
15+
with:
16+
disable-cache: true
1517

1618
publish:
1719
needs: ["build"]

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "am"
3-
version = "0.5.4"
3+
version = "0.6.0"
44
edition = "2024"
55

66
description = "A beautiful and feature-packed Apple Music CLI"

0 commit comments

Comments
 (0)