Skip to content

Commit b73212e

Browse files
authored
Merge branch 'dev' into gui
2 parents 1df0fc3 + 2538b0a commit b73212e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.1.6a1](https://github.com/OpenVoiceOS/skill-ovos-spotify/tree/0.1.6a1) (2024-10-31)
4+
5+
[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-spotify/compare/0.1.5a1...0.1.6a1)
6+
7+
**Merged pull requests:**
8+
9+
- fix:allow workshop 3.0.0 [\#18](https://github.com/OpenVoiceOS/skill-ovos-spotify/pull/18) ([JarbasAl](https://github.com/JarbasAl))
10+
311
## [0.1.5a1](https://github.com/OpenVoiceOS/skill-ovos-spotify/tree/0.1.5a1) (2024-10-15)
412

513
[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-spotify/compare/0.1.4...0.1.5a1)

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# START_VERSION_BLOCK
22
VERSION_MAJOR = 0
33
VERSION_MINOR = 1
4-
VERSION_BUILD = 5
4+
VERSION_BUILD = 6
55
VERSION_ALPHA = 1
66
# END_VERSION_BLOCK

0 commit comments

Comments
 (0)