Skip to content

Commit 324e1f4

Browse files
committed
Bump v0.11.11
1 parent 7393a77 commit 324e1f4

File tree

10 files changed

+32
-32
lines changed

10 files changed

+32
-32
lines changed

Cargo.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "thoth"
3-
version = "0.11.10"
3+
version = "0.11.11"
44
authors = ["Javier Arias <javi@openbookpublishers.com>", "Ross Higman <ross@openbookpublishers.com>"]
55
edition = "2018"
66
license = "Apache-2.0"
@@ -16,11 +16,11 @@ maintenance = { status = "actively-developed" }
1616
members = ["thoth-api", "thoth-api-server", "thoth-app", "thoth-app-server", "thoth-client", "thoth-errors", "thoth-export-server"]
1717

1818
[dependencies]
19-
thoth-api = { version = "0.11.10", path = "thoth-api", features = ["backend"] }
20-
thoth-api-server = { version = "0.11.10", path = "thoth-api-server" }
21-
thoth-app-server = { version = "0.11.10", path = "thoth-app-server" }
22-
thoth-errors = { version = "0.11.10", path = "thoth-errors" }
23-
thoth-export-server = { version = "0.11.10", path = "thoth-export-server" }
19+
thoth-api = { version = "0.11.11", path = "thoth-api", features = ["backend"] }
20+
thoth-api-server = { version = "0.11.11", path = "thoth-api-server" }
21+
thoth-app-server = { version = "0.11.11", path = "thoth-app-server" }
22+
thoth-errors = { version = "0.11.11", path = "thoth-errors" }
23+
thoth-export-server = { version = "0.11.11", path = "thoth-export-server" }
2424
clap = { version = "4.4.7", features = ["cargo", "env"] }
2525
dialoguer = { version = "0.11.0", features = ["password"] }
2626
dotenv = "0.15.0"

thoth-api-server/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "thoth-api-server"
3-
version = "0.11.10"
3+
version = "0.11.11"
44
authors = ["Javier Arias <javi@openbookpublishers.com>", "Ross Higman <ross@openbookpublishers.com>"]
55
edition = "2018"
66
license = "Apache-2.0"
@@ -9,8 +9,8 @@ repository = "https://github.com/thoth-pub/thoth"
99
readme = "README.md"
1010

1111
[dependencies]
12-
thoth-api = { version = "0.11.10", path = "../thoth-api", features = ["backend"] }
13-
thoth-errors = { version = "0.11.10", path = "../thoth-errors" }
12+
thoth-api = { version = "0.11.11", path = "../thoth-api", features = ["backend"] }
13+
thoth-errors = { version = "0.11.11", path = "../thoth-errors" }
1414
actix-web = "4.4.0"
1515
actix-cors = "0.6.4"
1616
actix-identity = "0.6.0"

thoth-api/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "thoth-api"
3-
version = "0.11.10"
3+
version = "0.11.11"
44
authors = ["Javier Arias <javi@openbookpublishers.com>", "Ross Higman <ross@openbookpublishers.com>"]
55
edition = "2018"
66
license = "Apache-2.0"
@@ -16,7 +16,7 @@ maintenance = { status = "actively-developed" }
1616
backend = ["diesel", "diesel-derive-enum", "diesel_migrations", "futures", "actix-web"]
1717

1818
[dependencies]
19-
thoth-errors = { version = "0.11.10", path = "../thoth-errors" }
19+
thoth-errors = { version = "0.11.11", path = "../thoth-errors" }
2020
actix-web = { version = "4.4.0", optional = true }
2121
argon2rs = "0.2.5"
2222
isbn2 = "0.4.0"

thoth-app-server/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "thoth-app-server"
3-
version = "0.11.10"
3+
version = "0.11.11"
44
authors = ["Javier Arias <javi@openbookpublishers.com>", "Ross Higman <ross@openbookpublishers.com>"]
55
edition = "2018"
66
license = "Apache-2.0"

thoth-app/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "thoth-app"
3-
version = "0.11.10"
3+
version = "0.11.11"
44
authors = ["Javier Arias <javi@openbookpublishers.com>", "Ross Higman <ross@openbookpublishers.com>"]
55
edition = "2018"
66
license = "Apache-2.0"
@@ -41,5 +41,5 @@ uuid = { version = "0.8.2", features = ["serde", "v4"] }
4141
# `getrandom` is a dependency of `uuid`, we need to explicitly import and include the `js` feature to enable wasm
4242
# https://docs.rs/getrandom/latest/getrandom/#webassembly-support
4343
getrandom = { version = "0.2", features = ["js"] }
44-
thoth-api = { version = "0.11.10", path = "../thoth-api" }
45-
thoth-errors = { version = "0.11.10", path = "../thoth-errors" }
44+
thoth-api = { version = "0.11.11", path = "../thoth-api" }
45+
thoth-errors = { version = "0.11.11", path = "../thoth-errors" }

thoth-app/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"start_url": "/?homescreen=1",
1010
"background_color": "#ffffff",
1111
"theme_color": "#ffdd57",
12-
"version": "0.11.10",
12+
"version": "0.11.11",
1313
"icons": [
1414
{
1515
"src": "\/android-icon-36x36.png",

thoth-client/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "thoth-client"
3-
version = "0.11.10"
3+
version = "0.11.11"
44
authors = ["Javier Arias <javi@openbookpublishers.com>", "Ross Higman <ross@openbookpublishers.com>"]
55
edition = "2018"
66
license = "Apache-2.0"
@@ -9,8 +9,8 @@ repository = "https://github.com/thoth-pub/thoth"
99
readme = "README.md"
1010

1111
[dependencies]
12-
thoth-api = {version = "0.11.10", path = "../thoth-api" }
13-
thoth-errors = {version = "0.11.10", path = "../thoth-errors" }
12+
thoth-api = {version = "0.11.11", path = "../thoth-api" }
13+
thoth-errors = {version = "0.11.11", path = "../thoth-errors" }
1414
graphql_client = "0.13.0"
1515
chrono = { version = "0.4.31", features = ["serde"] }
1616
reqwest = { version = "0.11", features = ["json"] }

thoth-errors/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "thoth-errors"
3-
version = "0.11.10"
3+
version = "0.11.11"
44
authors = ["Javier Arias <javi@openbookpublishers.com>", "Ross Higman <ross@openbookpublishers.com>"]
55
edition = "2018"
66
license = "Apache-2.0"

thoth-export-server/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "thoth-export-server"
3-
version = "0.11.10"
3+
version = "0.11.11"
44
authors = ["Javier Arias <javi@openbookpublishers.com>", "Ross Higman <ross@openbookpublishers.com>"]
55
edition = "2018"
66
license = "Apache-2.0"
@@ -9,9 +9,9 @@ repository = "https://github.com/thoth-pub/thoth"
99
readme = "README.md"
1010

1111
[dependencies]
12-
thoth-api = { version = "0.11.10", path = "../thoth-api" }
13-
thoth-errors = { version = "0.11.10", path = "../thoth-errors" }
14-
thoth-client = { version = "0.11.10", path = "../thoth-client" }
12+
thoth-api = { version = "0.11.11", path = "../thoth-api" }
13+
thoth-errors = { version = "0.11.11", path = "../thoth-errors" }
14+
thoth-client = { version = "0.11.11", path = "../thoth-client" }
1515
actix-web = "4.4.0"
1616
actix-cors = "0.6.4"
1717
cc_license = "0.1.0"

0 commit comments

Comments
 (0)