Skip to content

Commit 00bf9b4

Browse files
committed
Version 0.16.4
1 parent a7074c8 commit 00bf9b4

20 files changed

Lines changed: 98 additions & 98 deletions

File tree

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.

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lemmy_server"
3-
version = "0.16.4-rc.10"
3+
version = "0.16.4"
44
edition = "2021"
55
description = "A link aggregator for the fediverse"
66
license = "AGPL-3.0"
@@ -36,15 +36,15 @@ members = [
3636
]
3737

3838
[dependencies]
39-
lemmy_api = { version = "=0.16.4-rc.10", path = "./crates/api" }
40-
lemmy_api_crud = { version = "=0.16.4-rc.10", path = "./crates/api_crud" }
41-
lemmy_apub = { version = "=0.16.4-rc.10", path = "./crates/apub" }
42-
lemmy_apub_lib = { version = "=0.16.4-rc.10", path = "./crates/apub_lib" }
43-
lemmy_utils = { version = "=0.16.4-rc.10", path = "./crates/utils" }
44-
lemmy_db_schema = { version = "=0.16.4-rc.10", path = "./crates/db_schema" }
45-
lemmy_api_common = { version = "=0.16.4-rc.10", path = "crates/api_common" }
46-
lemmy_websocket = { version = "=0.16.4-rc.10", path = "./crates/websocket" }
47-
lemmy_routes = { version = "=0.16.4-rc.10", path = "./crates/routes" }
39+
lemmy_api = { version = "=0.16.4", path = "./crates/api" }
40+
lemmy_api_crud = { version = "=0.16.4", path = "./crates/api_crud" }
41+
lemmy_apub = { version = "=0.16.4", path = "./crates/apub" }
42+
lemmy_apub_lib = { version = "=0.16.4", path = "./crates/apub_lib" }
43+
lemmy_utils = { version = "=0.16.4", path = "./crates/utils" }
44+
lemmy_db_schema = { version = "=0.16.4", path = "./crates/db_schema" }
45+
lemmy_api_common = { version = "=0.16.4", path = "crates/api_common" }
46+
lemmy_websocket = { version = "=0.16.4", path = "./crates/websocket" }
47+
lemmy_routes = { version = "=0.16.4", path = "./crates/routes" }
4848
diesel = "1.4.8"
4949
diesel_migrations = "1.4.0"
5050
serde = { version = "1.0.136", features = ["derive"] }

api_tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"eslint": "^7.30.0",
1717
"eslint-plugin-jane": "^9.0.3",
1818
"jest": "^27.0.6",
19-
"lemmy-js-client": "0.16.0-rc.1",
19+
"lemmy-js-client": "0.16.4",
2020
"node-fetch": "^2.6.1",
2121
"prettier": "^2.3.2",
2222
"ts-jest": "^27.0.3",

api_tests/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3076,10 +3076,10 @@ language-tags@^1.0.5:
30763076
dependencies:
30773077
language-subtag-registry "~0.3.2"
30783078

3079-
lemmy-js-client@0.16.0-rc.1:
3080-
version "0.16.0-rc.1"
3081-
resolved "https://registry.yarnpkg.com/lemmy-js-client/-/lemmy-js-client-0.16.0-rc.1.tgz#14c4a526abf4b171c8afe4efbe2a62dcaf6a6f17"
3082-
integrity sha512-0hR/gHHsokp46whIHGMBQO2zBKWM7bT6mwKNMZxPvyJo+YW9EbKTO5edjF5E4v8nf3FuIE+gFtm5NFAjCaeWJg==
3079+
lemmy-js-client@0.16.4:
3080+
version "0.16.4"
3081+
resolved "https://registry.yarnpkg.com/lemmy-js-client/-/lemmy-js-client-0.16.4.tgz#d24bae2b0d93c4d13eb4a5e5ddceaa2999f94740"
3082+
integrity sha512-EFHl6tbFZ0jk8VE68bgZOXoWuNHVzfcsyoAEZeHP6f8PkQ1g9zjxB/e3b5cIG2fFzOLsYIDh2w/SJy21WkFiiA==
30833083

30843084
leven@^3.1.0:
30853085
version "3.1.0"

crates/api/Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lemmy_api"
3-
version = "0.16.4-rc.10"
3+
version = "0.16.4"
44
edition = "2021"
55
description = "A link aggregator for the fediverse"
66
license = "AGPL-3.0"
@@ -13,15 +13,15 @@ path = "src/lib.rs"
1313
doctest = false
1414

1515
[dependencies]
16-
lemmy_apub = { version = "=0.16.4-rc.10", path = "../apub" }
17-
lemmy_apub_lib = { version = "=0.16.4-rc.10", path = "../apub_lib" }
18-
lemmy_utils = { version = "=0.16.4-rc.10", path = "../utils" }
19-
lemmy_db_schema = { version = "=0.16.4-rc.10", path = "../db_schema", features = ["full"] }
20-
lemmy_db_views = { version = "=0.16.4-rc.10", path = "../db_views", features = ["full"] }
21-
lemmy_db_views_moderator = { version = "=0.16.4-rc.10", path = "../db_views_moderator", features = ["full"] }
22-
lemmy_db_views_actor = { version = "=0.16.4-rc.10", path = "../db_views_actor", features = ["full"] }
23-
lemmy_api_common = { version = "=0.16.4-rc.10", path = "../api_common", features = ["full"] }
24-
lemmy_websocket = { version = "=0.16.4-rc.10", path = "../websocket" }
16+
lemmy_apub = { version = "=0.16.4", path = "../apub" }
17+
lemmy_apub_lib = { version = "=0.16.4", path = "../apub_lib" }
18+
lemmy_utils = { version = "=0.16.4", path = "../utils" }
19+
lemmy_db_schema = { version = "=0.16.4", path = "../db_schema", features = ["full"] }
20+
lemmy_db_views = { version = "=0.16.4", path = "../db_views", features = ["full"] }
21+
lemmy_db_views_moderator = { version = "=0.16.4", path = "../db_views_moderator", features = ["full"] }
22+
lemmy_db_views_actor = { version = "=0.16.4", path = "../db_views_actor", features = ["full"] }
23+
lemmy_api_common = { version = "=0.16.4", path = "../api_common", features = ["full"] }
24+
lemmy_websocket = { version = "=0.16.4", path = "../websocket" }
2525
diesel = "1.4.8"
2626
bcrypt = "0.12.1"
2727
chrono = { version = "0.4.19", features = ["serde"], default-features = false }

crates/api_common/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lemmy_api_common"
3-
version = "0.16.4-rc.10"
3+
version = "0.16.4"
44
edition = "2021"
55
description = "A link aggregator for the fediverse"
66
license = "AGPL-3.0"
@@ -18,11 +18,11 @@ full = ["diesel", "tracing", "rosetta-i18n", "chrono", "actix-web", "lemmy_utils
1818
"percent-encoding", "encoding", "reqwest-middleware", "webpage"]
1919

2020
[dependencies]
21-
lemmy_db_views = { version = "=0.16.4-rc.10", path = "../db_views" }
22-
lemmy_db_views_moderator = { version = "=0.16.4-rc.10", path = "../db_views_moderator" }
23-
lemmy_db_views_actor = { version = "=0.16.4-rc.10", path = "../db_views_actor" }
24-
lemmy_db_schema = { version = "=0.16.4-rc.10", path = "../db_schema", default-features = false }
25-
lemmy_utils = { version = "=0.16.4-rc.10", path = "../utils", optional = true }
21+
lemmy_db_views = { version = "=0.16.4", path = "../db_views" }
22+
lemmy_db_views_moderator = { version = "=0.16.4", path = "../db_views_moderator" }
23+
lemmy_db_views_actor = { version = "=0.16.4", path = "../db_views_actor" }
24+
lemmy_db_schema = { version = "=0.16.4", path = "../db_schema", default-features = false }
25+
lemmy_utils = { version = "=0.16.4", path = "../utils", optional = true }
2626
serde = { version = "1.0.136", features = ["derive"] }
2727
url = "2.2.2"
2828
actix-web = { version = "4.0.1", default-features = false, features = ["cookies"], optional = true }

crates/api_crud/Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
[package]
22
name = "lemmy_api_crud"
3-
version = "0.16.4-rc.10"
3+
version = "0.16.4"
44
edition = "2021"
55
description = "A link aggregator for the fediverse"
66
license = "AGPL-3.0"
77
homepage = "https://join-lemmy.org/"
88
documentation = "https://join-lemmy.org/docs/en/index.html"
99

1010
[dependencies]
11-
lemmy_apub = { version = "=0.16.4-rc.10", path = "../apub" }
12-
lemmy_apub_lib = { version = "=0.16.4-rc.10", path = "../apub_lib" }
13-
lemmy_utils = { version = "=0.16.4-rc.10", path = "../utils" }
14-
lemmy_db_schema = { version = "=0.16.4-rc.10", path = "../db_schema", features = ["full"] }
15-
lemmy_db_views = { version = "=0.16.4-rc.10", path = "../db_views", features = ["full"] }
16-
lemmy_db_views_actor = { version = "=0.16.4-rc.10", path = "../db_views_actor", features = ["full"] }
17-
lemmy_api_common = { version = "=0.16.4-rc.10", path = "../api_common", features = ["full"] }
18-
lemmy_websocket = { version = "=0.16.4-rc.10", path = "../websocket" }
11+
lemmy_apub = { version = "=0.16.4", path = "../apub" }
12+
lemmy_apub_lib = { version = "=0.16.4", path = "../apub_lib" }
13+
lemmy_utils = { version = "=0.16.4", path = "../utils" }
14+
lemmy_db_schema = { version = "=0.16.4", path = "../db_schema", features = ["full"] }
15+
lemmy_db_views = { version = "=0.16.4", path = "../db_views", features = ["full"] }
16+
lemmy_db_views_actor = { version = "=0.16.4", path = "../db_views_actor", features = ["full"] }
17+
lemmy_api_common = { version = "=0.16.4", path = "../api_common", features = ["full"] }
18+
lemmy_websocket = { version = "=0.16.4", path = "../websocket" }
1919
bcrypt = "0.12.1"
2020
serde_json = { version = "1.0.79", features = ["preserve_order"] }
2121
serde = { version = "1.0.136", features = ["derive"] }

crates/apub/Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lemmy_apub"
3-
version = "0.16.4-rc.10"
3+
version = "0.16.4"
44
edition = "2021"
55
description = "A link aggregator for the fediverse"
66
license = "AGPL-3.0"
@@ -13,13 +13,13 @@ path = "src/lib.rs"
1313
doctest = false
1414

1515
[dependencies]
16-
lemmy_utils = { version = "=0.16.4-rc.10", path = "../utils" }
17-
lemmy_apub_lib = { version = "=0.16.4-rc.10", path = "../apub_lib" }
18-
lemmy_db_schema = { version = "=0.16.4-rc.10", path = "../db_schema", features = ["full"] }
19-
lemmy_db_views = { version = "=0.16.4-rc.10", path = "../db_views", features = ["full"] }
20-
lemmy_db_views_actor = { version = "=0.16.4-rc.10", path = "../db_views_actor", features = ["full"] }
21-
lemmy_api_common = { version = "=0.16.4-rc.10", path = "../api_common", features = ["full"] }
22-
lemmy_websocket = { version = "=0.16.4-rc.10", path = "../websocket" }
16+
lemmy_utils = { version = "=0.16.4", path = "../utils" }
17+
lemmy_apub_lib = { version = "=0.16.4", path = "../apub_lib" }
18+
lemmy_db_schema = { version = "=0.16.4", path = "../db_schema", features = ["full"] }
19+
lemmy_db_views = { version = "=0.16.4", path = "../db_views", features = ["full"] }
20+
lemmy_db_views_actor = { version = "=0.16.4", path = "../db_views_actor", features = ["full"] }
21+
lemmy_api_common = { version = "=0.16.4", path = "../api_common", features = ["full"] }
22+
lemmy_websocket = { version = "=0.16.4", path = "../websocket" }
2323
diesel = "1.4.8"
2424
activitystreams-kinds = "0.2.1"
2525
chrono = { version = "0.4.19", features = ["serde"], default-features = false }

crates/apub_lib/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[package]
22
name = "lemmy_apub_lib"
3-
version = "0.16.4-rc.10"
3+
version = "0.16.4"
44
edition = "2021"
55
description = "A link aggregator for the fediverse"
66
license = "AGPL-3.0"
77
homepage = "https://join-lemmy.org/"
88
documentation = "https://join-lemmy.org/docs/en/index.html"
99

1010
[dependencies]
11-
lemmy_utils = { version = "=0.16.4-rc.10", path = "../utils" }
12-
lemmy_apub_lib_derive = { version = "=0.16.4-rc.10", path = "../apub_lib_derive" }
11+
lemmy_utils = { version = "=0.16.4", path = "../utils" }
12+
lemmy_apub_lib_derive = { version = "=0.16.4", path = "../apub_lib_derive" }
1313
chrono = { version = "0.4.19", default-features = false }
1414
serde = { version = "1.0.136", features = ["derive"] }
1515
async-trait = "0.1.53"

crates/apub_lib_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lemmy_apub_lib_derive"
3-
version = "0.16.4-rc.10"
3+
version = "0.16.4"
44
edition = "2021"
55
description = "A link aggregator for the fediverse"
66
license = "AGPL-3.0"

0 commit comments

Comments
 (0)