From 080b9c46d6bed5c9e583aa66f049a595a726a6ca Mon Sep 17 00:00:00 2001 From: Bendik Aagaard Lynghaug Date: Thu, 30 Jul 2026 15:06:52 +0200 Subject: [PATCH] chore: Release cnats version 0.2.4 --- 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 96ff01c..b1d0b5a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -345,7 +345,7 @@ dependencies = [ [[package]] name = "cnats" -version = "0.2.3" +version = "0.2.4" dependencies = [ "anyhow", "async-nats", diff --git a/Cargo.toml b/Cargo.toml index 7e1acd3..e27e6de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cnats" -version = "0.2.3" +version = "0.2.4" edition = "2021" [lib] diff --git a/aur/PKGBUILD b/aur/PKGBUILD index 57cd8e2..bc02d18 100644 --- a/aur/PKGBUILD +++ b/aur/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Bendik Aagaard Lynghaug pkgname=cnats -pkgver=0.2.3 +pkgver=0.2.4 pkgrel=1 pkgdesc="Web chat over NATS subjects with Kanidm SSO (Leptos SSR)" arch=('x86_64' 'aarch64')