From 3d6e4f6940fef3b6c5176d38560b38008b318e8d Mon Sep 17 00:00:00 2001 From: Dessalines Date: Fri, 8 Nov 2024 07:58:52 -0500 Subject: [PATCH] Version 1.5.2 / Lemmy Release v0.19.6 (#252) --- UPGRADING.md | 7 +++++++ VERSION | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/UPGRADING.md b/UPGRADING.md index e9fc051..ba9ff72 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -6,6 +6,13 @@ While we specify a version of Lemmy, pict-rs, postgres, etc. at the point in tim While you are not forced into running the specific versions, we do not go through thorough testing on all version compatibility matrices, so please make your best judgement and always backup before performing updates. +### Upgrading to 1.5.2 (Lemmy 0.19.6) + +#### Steps + +- `git pull && git checkout 1.5.2` +- Run your regular deployment. Example: `ansible-playbook -i inventory/hosts lemmy.yml --become` + ### Upgrading to 1.5.1 (Lemmy 0.19.5) #### Steps diff --git a/VERSION b/VERSION index 16235ea..68d0e0a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.19.5 +0.19.6