Skip to content

Commit 6c84880

Browse files
committed
Version 0.19.17
1 parent e1f8462 commit 6c84880

File tree

4 files changed

+28
-28
lines changed

4 files changed

+28
-28
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.19.17-beta.0"
2+
version = "0.19.17"
33
edition = "2021"
44
description = "A link aggregator for the fediverse"
55
license = "AGPL-3.0"
@@ -92,17 +92,17 @@ unwrap_used = "deny"
9292
unimplemented = "deny"
9393

9494
[workspace.dependencies]
95-
lemmy_api = { version = "=0.19.17-beta.0", path = "./crates/api" }
96-
lemmy_api_crud = { version = "=0.19.17-beta.0", path = "./crates/api_crud" }
97-
lemmy_apub = { version = "=0.19.17-beta.0", path = "./crates/apub" }
98-
lemmy_utils = { version = "=0.19.17-beta.0", path = "./crates/utils", default-features = false }
99-
lemmy_db_schema = { version = "=0.19.17-beta.0", path = "./crates/db_schema" }
100-
lemmy_api_common = { version = "=0.19.17-beta.0", path = "./crates/api_common" }
101-
lemmy_routes = { version = "=0.19.17-beta.0", path = "./crates/routes" }
102-
lemmy_db_views = { version = "=0.19.17-beta.0", path = "./crates/db_views" }
103-
lemmy_db_views_actor = { version = "=0.19.17-beta.0", path = "./crates/db_views_actor" }
104-
lemmy_db_views_moderator = { version = "=0.19.17-beta.0", path = "./crates/db_views_moderator" }
105-
lemmy_federate = { version = "=0.19.17-beta.0", path = "./crates/federate" }
95+
lemmy_api = { version = "=0.19.17", path = "./crates/api" }
96+
lemmy_api_crud = { version = "=0.19.17", path = "./crates/api_crud" }
97+
lemmy_apub = { version = "=0.19.17", path = "./crates/apub" }
98+
lemmy_utils = { version = "=0.19.17", path = "./crates/utils", default-features = false }
99+
lemmy_db_schema = { version = "=0.19.17", path = "./crates/db_schema" }
100+
lemmy_api_common = { version = "=0.19.17", path = "./crates/api_common" }
101+
lemmy_routes = { version = "=0.19.17", path = "./crates/routes" }
102+
lemmy_db_views = { version = "=0.19.17", path = "./crates/db_views" }
103+
lemmy_db_views_actor = { version = "=0.19.17", path = "./crates/db_views_actor" }
104+
lemmy_db_views_moderator = { version = "=0.19.17", path = "./crates/db_views_moderator" }
105+
lemmy_federate = { version = "=0.19.17", path = "./crates/federate" }
106106
activitypub_federation = { version = "0.5.11", default-features = false, features = [
107107
"actix-web",
108108
] }

docker/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ services:
2323

2424
lemmy:
2525
# use "image" to pull down an already compiled lemmy. make sure to comment out "build".
26-
# image: dessalines/lemmy:0.19.16
26+
# image: dessalines/lemmy:0.19.17
2727
# platform: linux/x86_64 # no arm64 support. uncomment platform if using m1.
2828
# use "build" to build your local lemmy server image for development. make sure to comment out "image".
2929
# run: docker compose up --build
@@ -53,7 +53,7 @@ services:
5353

5454
lemmy-ui:
5555
# use "image" to pull down an already compiled lemmy-ui. make sure to comment out "build".
56-
image: dessalines/lemmy-ui:0.19.16
56+
image: dessalines/lemmy-ui:0.19.17
5757
# platform: linux/x86_64 # no arm64 support. uncomment platform if using m1.
5858
# use "build" to build your local lemmy ui image for development. make sure to comment out "image".
5959
# run: docker compose up --build

docker/federation/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.7"
22

33
x-ui-default: &ui-default
44
init: true
5-
image: dessalines/lemmy-ui:0.19.16
5+
image: dessalines/lemmy-ui:0.19.17
66
# assuming lemmy-ui is cloned besides lemmy directory
77
# build:
88
# context: ../../../lemmy-ui

0 commit comments

Comments
 (0)