Skip to content

Commit 7d5669e

Browse files
committed
Version 0.19.8
1 parent aeaaaae commit 7d5669e

5 files changed

Lines changed: 29 additions & 29 deletions

File tree

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.8-beta.0"
2+
version = "0.19.8"
33
edition = "2021"
44
description = "A link aggregator for the fediverse"
55
license = "AGPL-3.0"
@@ -90,17 +90,17 @@ unwrap_used = "deny"
9090
unimplemented = "deny"
9191

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

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

0 commit comments

Comments
 (0)