Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.4"
".": "0.1.5"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.5](https://github.com/chiply/spot/compare/v0.1.4...v0.1.5) (2026-04-24)


### Bug Fixes

* escape and url-encode embark field values; respect user --type= ([#7](https://github.com/chiply/spot/issues/7)) ([b53ab9c](https://github.com/chiply/spot/commit/b53ab9c4160dc29e87c75b395fd36bf38f4a90cf))

## [0.1.4](https://github.com/chiply/spot/compare/v0.1.3...v0.1.4) (2026-04-21)


Expand Down
2 changes: 1 addition & 1 deletion Eask
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

(package "spot"
; x-release-please-start-version
"0.1.4"
"0.1.5"
; x-release-please-end
"Spotify client")

Expand Down
2 changes: 1 addition & 1 deletion spot.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; Maintainer: Charlie Holland <mister.chiply@gmail.com>
;; URL: https://github.com/chiply/spot
;; x-release-please-start-version
;; Version: 0.1.4
;; Version: 0.1.5
;; x-release-please-end
;; Package-Requires: ((emacs "29.1") (ht "2.3") (dash "2.19") (consult "1.0") (marginalia "1.0") (embark "0.23"))
;; Keywords: multimedia
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.4
0.1.5
Loading