Skip to content

Commit f5f2b5f

Browse files
committed
Version 0.19.4
1 parent 1e11faf commit f5f2b5f

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.4-rc.11"
2+
version = "0.19.4"
33
edition = "2021"
44
description = "A link aggregator for the fediverse"
55
license = "AGPL-3.0"
@@ -88,17 +88,17 @@ unused_self = "deny"
8888
unwrap_used = "deny"
8989

9090
[workspace.dependencies]
91-
lemmy_api = { version = "=0.19.4-rc.11", path = "./crates/api" }
92-
lemmy_api_crud = { version = "=0.19.4-rc.11", path = "./crates/api_crud" }
93-
lemmy_apub = { version = "=0.19.4-rc.11", path = "./crates/apub" }
94-
lemmy_utils = { version = "=0.19.4-rc.11", path = "./crates/utils", default-features = false }
95-
lemmy_db_schema = { version = "=0.19.4-rc.11", path = "./crates/db_schema" }
96-
lemmy_api_common = { version = "=0.19.4-rc.11", path = "./crates/api_common" }
97-
lemmy_routes = { version = "=0.19.4-rc.11", path = "./crates/routes" }
98-
lemmy_db_views = { version = "=0.19.4-rc.11", path = "./crates/db_views" }
99-
lemmy_db_views_actor = { version = "=0.19.4-rc.11", path = "./crates/db_views_actor" }
100-
lemmy_db_views_moderator = { version = "=0.19.4-rc.11", path = "./crates/db_views_moderator" }
101-
lemmy_federate = { version = "=0.19.4-rc.11", path = "./crates/federate" }
91+
lemmy_api = { version = "=0.19.4", path = "./crates/api" }
92+
lemmy_api_crud = { version = "=0.19.4", path = "./crates/api_crud" }
93+
lemmy_apub = { version = "=0.19.4", path = "./crates/apub" }
94+
lemmy_utils = { version = "=0.19.4", path = "./crates/utils", default-features = false }
95+
lemmy_db_schema = { version = "=0.19.4", path = "./crates/db_schema" }
96+
lemmy_api_common = { version = "=0.19.4", path = "./crates/api_common" }
97+
lemmy_routes = { version = "=0.19.4", path = "./crates/routes" }
98+
lemmy_db_views = { version = "=0.19.4", path = "./crates/db_views" }
99+
lemmy_db_views_actor = { version = "=0.19.4", path = "./crates/db_views_actor" }
100+
lemmy_db_views_moderator = { version = "=0.19.4", path = "./crates/db_views_moderator" }
101+
lemmy_federate = { version = "=0.19.4", path = "./crates/federate" }
102102
activitypub_federation = { version = "0.5.6", default-features = false, features = [
103103
"actix-web",
104104
] }

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.3
26+
# image: dessalines/lemmy:0.19.4
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.4-rc.3
56+
image: dessalines/lemmy-ui:0.19.4
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.3
5+
image: dessalines/lemmy-ui:0.19.4
66
# assuming lemmy-ui is cloned besides lemmy directory
77
# build:
88
# context: ../../../lemmy-ui

0 commit comments

Comments
 (0)