From 061e742d703939a747cb46895a43aa4bf6e7d396 Mon Sep 17 00:00:00 2001 From: Phrogbot Date: Thu, 12 Feb 2026 01:33:36 +0000 Subject: [PATCH] release: v0.53.0_rc2 --- APKBUILD | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- debian/changelog | 6 ++++++ phrog.spec | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/APKBUILD b/APKBUILD index 9171c290..6736cee0 100644 --- a/APKBUILD +++ b/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Sam Day pkgname=greetd-phrog -pkgver=0.53.0_rc1_git +pkgver=0.53.0_rc2_git pkgrel=0 pkgdesc="Mobile device greeter" url=https://github.com/samcday/phrog diff --git a/Cargo.lock b/Cargo.lock index bafb6529..ccc2c4fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1153,7 +1153,7 @@ checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" [[package]] name = "phrog" -version = "0.53.0-rc.1" +version = "0.53.0-rc.2" dependencies = [ "anyhow", "async-channel", diff --git a/Cargo.toml b/Cargo.toml index 77e67901..4909bbc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phrog" -version = "0.53.0-rc.1" +version = "0.53.0-rc.2" edition = "2021" license = "GPL-3.0-only" diff --git a/debian/changelog b/debian/changelog index f4d492a2..bd796a41 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +phrog (0.53.0~rc2-1) unstable; urgency=medium + + * Release 0.53.0_rc2 + + -- Phrogbot Thu, 12 Feb 2026 01:33:27 +0000 + phrog (0.53.0~rc1-1) unstable; urgency=medium * Release 0.53.0_rc1 diff --git a/phrog.spec b/phrog.spec index 3696fdee..dd8198c7 100644 --- a/phrog.spec +++ b/phrog.spec @@ -6,7 +6,7 @@ %endif Name: phrog -Version: 0.53.0_rc1 +Version: 0.53.0_rc2 Release: %autorelease Summary: Mobile-friendly greeter for greetd License: GPL-3.0-only