chore: 发布 bili-sync 2.2.0

This commit is contained in:
amtoaer
2025-01-14 19:12:47 +08:00
parent e05f58b8a1
commit 276fb5b3e4
4 changed files with 6 additions and 6 deletions

6
Cargo.lock generated
View File

@@ -373,7 +373,7 @@ dependencies = [
[[package]] [[package]]
name = "bili_sync" name = "bili_sync"
version = "2.1.2" version = "2.2.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"arc-swap", "arc-swap",
@@ -413,7 +413,7 @@ dependencies = [
[[package]] [[package]]
name = "bili_sync_entity" name = "bili_sync_entity"
version = "2.1.2" version = "2.2.0"
dependencies = [ dependencies = [
"sea-orm", "sea-orm",
"serde_json", "serde_json",
@@ -421,7 +421,7 @@ dependencies = [
[[package]] [[package]]
name = "bili_sync_migration" name = "bili_sync_migration"
version = "2.1.2" version = "2.2.0"
dependencies = [ dependencies = [
"async-std", "async-std",
"sea-orm-migration", "sea-orm-migration",

View File

@@ -4,7 +4,7 @@ default-members = ["crates/bili_sync"]
resolver = "2" resolver = "2"
[workspace.package] [workspace.package]
version = "2.1.2" version = "2.2.0"
authors = ["amtoaer <amtoaer@gmail.com>"] authors = ["amtoaer <amtoaer@gmail.com>"]
license = "MIT" license = "MIT"
description = "由 Rust & Tokio 驱动的哔哩哔哩同步工具" description = "由 Rust & Tokio 驱动的哔哩哔哩同步工具"

View File

@@ -21,7 +21,7 @@ export default defineConfig({
nav: [ nav: [
{ text: "主页", link: "/" }, { text: "主页", link: "/" },
{ {
text: "v2.1.2", text: "v2.2.0",
items: [ items: [
{ {
text: "程序更新", text: "程序更新",

View File

@@ -1,7 +1,7 @@
# bili-sync 是什么? # bili-sync 是什么?
> [!TIP] > [!TIP]
> 当前最新程序版本为 v2.1.2,文档将始终与最新程序版本保持一致。 > 当前最新程序版本为 v2.2.0,文档将始终与最新程序版本保持一致。
bili-sync 是一款专为 NAS 用户编写的哔哩哔哩同步工具。 bili-sync 是一款专为 NAS 用户编写的哔哩哔哩同步工具。