Skip to content

Commit 0268803

Browse files
committed
Release 0.2.0-pre.2
unm_engine@0.2.0-pre.2 unm_engine_bilibili@0.2.0-pre.2 unm_engine_joox@0.2.0-pre.2 unm_engine_kugou@0.2.0-pre.2 unm_engine_kuwo@0.2.0-pre.2 unm_engine_migu@0.2.0-pre.2 unm_engine_pyncm@0.2.0-pre.2 unm_engine_ytdl@0.2.0-pre.2 unm_request@0.2.0-pre.2 unm_selector@0.2.0-pre.2 unm_types@0.2.0-pre.2 Generated by cargo-workspaces
1 parent ee0d6c1 commit 0268803

File tree

12 files changed

+22
-22
lines changed

12 files changed

+22
-22
lines changed

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

engine-base/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "unm_engine"
33
description = "The engine base for UnblockNeteaseMusic, including the executor and the Engine trait."
44
license = "LGPL-3.0-or-later"
5-
version = "0.2.0-pre.1"
5+
version = "0.2.0-pre.2"
66
edition = "2021"
77
repository = "https://github.com/UnblockNeteaseMusic/server-rust"
88
readme = "../README.md"

engines/bilibili/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "unm_engine_bilibili"
33
description = "The Bilibili engine for UnblockNeteaseMusic."
44
license = "LGPL-3.0-or-later"
5-
version = "0.2.0-pre.1"
5+
version = "0.2.0-pre.2"
66
repository = "https://github.com/UnblockNeteaseMusic/server-rust"
77
readme = "../../README.md"
88
edition = "2021"

engines/joox/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "unm_engine_joox"
33
description = "The Joox engine for UnblockNeteaseMusic."
44
license = "LGPL-3.0-or-later"
5-
version = "0.2.0-pre.1"
5+
version = "0.2.0-pre.2"
66
repository = "https://github.com/UnblockNeteaseMusic/server-rust"
77
readme = "../../README.md"
88
edition = "2021"

engines/kugou/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "unm_engine_kugou"
33
description = "The Kugou engine for UnblockNeteaseMusic."
44
license = "LGPL-3.0-or-later"
5-
version = "0.2.0-pre.1"
5+
version = "0.2.0-pre.2"
66
repository = "https://github.com/UnblockNeteaseMusic/server-rust"
77
readme = "../../README.md"
88
edition = "2021"

engines/kuwo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "unm_engine_kuwo"
33
description = "The Kuwo engine for UnblockNeteaseMusic."
44
license = "LGPL-3.0-or-later"
5-
version = "0.2.0-pre.1"
5+
version = "0.2.0-pre.2"
66
repository = "https://github.com/UnblockNeteaseMusic/server-rust"
77
readme = "../../README.md"
88
edition = "2021"

engines/migu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "unm_engine_migu"
33
description = "The Migu engine for UnblockNeteaseMusic."
44
license = "LGPL-3.0-or-later"
5-
version = "0.2.0-pre.1"
5+
version = "0.2.0-pre.2"
66
repository = "https://github.com/UnblockNeteaseMusic/server-rust"
77
readme = "../../README.md"
88
edition = "2021"

engines/pyncm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "unm_engine_pyncm"
33
description = "The PyNCM engine for UnblockNeteaseMusic."
44
license = "LGPL-3.0-or-later"
5-
version = "0.2.0-pre.1"
5+
version = "0.2.0-pre.2"
66
repository = "https://github.com/UnblockNeteaseMusic/server-rust"
77
readme = "../../README.md"
88
edition = "2021"

engines/ytdl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "unm_engine_ytdl"
33
description = "The YtDl (youtube-dl, yt-dlp, …) engine for UnblockNeteaseMusic."
44
license = "LGPL-3.0-or-later"
5-
version = "0.2.0-pre.1"
5+
version = "0.2.0-pre.2"
66
repository = "https://github.com/UnblockNeteaseMusic/server-rust"
77
readme = "../../README.md"
88
edition = "2021"

request/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "unm_request"
33
description = "The request-related methods for UnblockNeteaseMusic."
44
license = "LGPL-3.0-or-later"
5-
version = "0.2.0-pre.1"
5+
version = "0.2.0-pre.2"
66
repository = "https://github.com/UnblockNeteaseMusic/server-rust"
77
readme = "../README.md"
88
edition = "2021"

selector/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "unm_selector"
33
description = "The algorithm for UnblockNeteaseMusic, determining what Song to return."
44
license = "LGPL-3.0-or-later"
5-
version = "0.2.0-pre.1"
5+
version = "0.2.0-pre.2"
66
repository = "https://github.com/UnblockNeteaseMusic/server-rust"
77
readme = "../README.md"
88
edition = "2021"

types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "unm_types"
33
description = "The type definitions for UnblockNeteaseMusic."
44
license = "LGPL-3.0-or-later"
5-
version = "0.2.0-pre.1"
5+
version = "0.2.0-pre.2"
66
repository = "https://github.com/UnblockNeteaseMusic/server-rust"
77
readme = "../README.md"
88
edition = "2021"

0 commit comments

Comments
 (0)