Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
euzu committed May 24, 2024
1 parent 61f337b commit 10da8e9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog
# v2.0.1(2024-05-xx)
# v2.0.1(2024-05-24)
* m3u playlists are not saved as plainfile, therefor m3u output filename is not mandatory, if given the plain m3u playlist is stored.
* Added `--healthcheck` argument for docker
* Added `catch-up`/`timeshift` api for `xtream`
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "m3u-filter"
version = "2.0.0"
version = "2.0.1"
edition = "2018"

[profile.release]
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "m3u-filter",
"description": "m3u-filter",
"author": "euzu",
"version": "2.0.0",
"version": "2.0.1",
"private": true,
"homepage": "./",
"scripts": {
Expand Down

0 comments on commit 10da8e9

Please sign in to comment.