Skip to content

Commit 987d813

Browse files
committed
Release 0.3.0
unm_api_utils@0.3.0 unm_engine@0.3.0 unm_engine_bilibili@0.3.0 unm_engine_joox@0.3.0 unm_engine_kugou@0.3.0 unm_engine_kuwo@0.3.0 unm_engine_migu@0.3.0 unm_engine_pyncm@0.3.0 unm_engine_qq@0.3.0 unm_engine_ytdl@0.3.0 unm_request@0.3.0 unm_rest_api@0.3.0 unm_selector@0.3.0 unm_types@0.3.0 Generated by cargo-workspaces
1 parent b5f478b commit 987d813

File tree

15 files changed

+28
-28
lines changed

15 files changed

+28
-28
lines changed

Cargo.lock

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

api-utils/Cargo.toml

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

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.3.0-pre.0"
5+
version = "0.3.0"
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.3.0-pre.1"
5+
version = "0.3.0"
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.3.0-pre.1"
5+
version = "0.3.0"
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.3.0-pre.1"
5+
version = "0.3.0"
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.3.0-pre.1"
5+
version = "0.3.0"
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.3.0-pre.1"
5+
version = "0.3.0"
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.3.0-pre.1"
5+
version = "0.3.0"
66
repository = "https://github.com/UnblockNeteaseMusic/server-rust"
77
readme = "../../README.md"
88
edition = "2021"

engines/qq/Cargo.toml

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

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.3.0-pre.1"
5+
version = "0.3.0"
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.3.0-pre.0"
5+
version = "0.3.0"
66
repository = "https://github.com/UnblockNeteaseMusic/server-rust"
77
readme = "../README.md"
88
edition = "2021"

rest-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "unm_rest_api"
33
description = "The RESTful API that can deal with UnblockNeteaseMusic API."
4-
version = "0.3.0-pre.1"
4+
version = "0.3.0"
55
edition = "2021"
66
license = "LGPL-3.0-or-later"
77
repository = "https://github.com/UnblockNeteaseMusic/server-rust"

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.3.0-pre.1"
5+
version = "0.3.0"
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.3.0-pre.0"
5+
version = "0.3.0"
66
repository = "https://github.com/UnblockNeteaseMusic/server-rust"
77
readme = "../README.md"
88
edition = "2021"

0 commit comments

Comments
 (0)