diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67f1d93..e3e161e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,3 +1,4 @@ +name: CI on: push: branches: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index aaff8d4..20b0526 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,3 +1,4 @@ +name: Publish on: push: branches: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e7aea59..a50c1fb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,3 +1,4 @@ +name: Prepare new release on: create: branches: diff --git a/Cargo.lock b/Cargo.lock index ebb682c..032c976 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -545,7 +545,7 @@ dependencies = [ [[package]] name = "qbittorrent-web-api" -version = "0.2.9" +version = "0.2.10" dependencies = [ "qbittorrent-web-api-gen", "reqwest", @@ -557,7 +557,7 @@ dependencies = [ [[package]] name = "qbittorrent-web-api-gen" -version = "0.2.9" +version = "0.2.10" dependencies = [ "anyhow", "case", diff --git a/Cargo.toml b/Cargo.toml index 49e369c..f2e12e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qbittorrent-web-api" -version = "0.2.9" +version = "0.2.10" edition = "2021" license-file = "LICENSE" keywords = ["qbittorrent"] @@ -10,7 +10,7 @@ description = "Auto generated api for qBittorrent" [dependencies] reqwest = { version = "0.11.11", features = ["json", "multipart"] } tokio = { version = "1.19.2", features = ["full"] } -qbittorrent-web-api-gen = { path = "./qbittorrent-web-api-gen", version = "0.2.9" } +qbittorrent-web-api-gen = { path = "./qbittorrent-web-api-gen", version = "0.2.10" } serde = { version = "1.0.138", features = ["derive"] } serde_json = "1.0.82" thiserror = "1.0.31" diff --git a/qbittorrent-web-api-gen/Cargo.toml b/qbittorrent-web-api-gen/Cargo.toml index 8a30ebf..f0a1c75 100644 --- a/qbittorrent-web-api-gen/Cargo.toml +++ b/qbittorrent-web-api-gen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qbittorrent-web-api-gen" -version = "0.2.9" +version = "0.2.10" edition = "2021" license-file = "../LICENSE" keywords = ["qbittorrent"]