From 1f47337c40292f7cb6e9de2b81dde8a3d4dbc37d Mon Sep 17 00:00:00 2001 From: Bendik Aagaard Lynghaug Date: Sun, 16 Aug 2026 14:42:39 +0200 Subject: [PATCH] chore: Release cnats version 0.2.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- aur/PKGBUILD | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b1d0b5a..3f18cea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -345,7 +345,7 @@ dependencies = [ [[package]] name = "cnats" -version = "0.2.4" +version = "0.2.5" dependencies = [ "anyhow", "async-nats", diff --git a/Cargo.toml b/Cargo.toml index e27e6de..37c1e24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cnats" -version = "0.2.4" +version = "0.2.5" edition = "2021" [lib] diff --git a/aur/PKGBUILD b/aur/PKGBUILD index bc02d18..c1d238e 100644 --- a/aur/PKGBUILD +++ b/aur/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Bendik Aagaard Lynghaug pkgname=cnats -pkgver=0.2.4 +pkgver=0.2.5 pkgrel=1 pkgdesc="Web chat over NATS subjects with Kanidm SSO (Leptos SSR)" arch=('x86_64' 'aarch64')