Skip to content

Commit b9bf771

Browse files
authored
Merge pull request #25 from open-dynaMIX/prepare_release_0.2.1
chore(release): prepare release; bump version; update CHANGELOG
2 parents 1815349 + 6d86dcf commit b9bf771

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## v0.2.1
4+
### Fix
5+
* fix playlist_move validation (7500b4f8819964b9f7e47edd8ae494a697ce4899)
6+
* use events for sending startup notification (067eb23f2c8a3cbe1d395198d60479f95bdf4f12)
7+
38
## v0.2.0
49
### Feature
510
* restyle range input sliders (d2a8a696413faccc275ab4abe2a0dcb5adc6262e)

webui.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ local dec64 = require("mime").decode("base64")
55
local url = require("socket.url")
66

77
local MSG_PREFIX = "[webui] "
8-
local VERSION = "0.2.0"
8+
local VERSION = "0.2.1"
99

1010
local options = {
1111
port = 8080,

0 commit comments

Comments
 (0)