From 9c89cfbe9c6f708a287490251ef2b6b542151733 Mon Sep 17 00:00:00 2001 From: Bendik Aagaard Lynghaug Date: Wed, 29 Jul 2026 10:50:09 +0200 Subject: [PATCH] chore: Release cnats version 0.2.3 --- 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 fc79304..96ff01c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -345,7 +345,7 @@ dependencies = [ [[package]] name = "cnats" -version = "0.2.2" +version = "0.2.3" dependencies = [ "anyhow", "async-nats", diff --git a/Cargo.toml b/Cargo.toml index 19f83ba..7e1acd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cnats" -version = "0.2.2" +version = "0.2.3" edition = "2021" [lib] diff --git a/aur/PKGBUILD b/aur/PKGBUILD index bbea349..57cd8e2 100644 --- a/aur/PKGBUILD +++ b/aur/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Bendik Aagaard Lynghaug pkgname=cnats -pkgver=0.2.2 +pkgver=0.2.3 pkgrel=1 pkgdesc="Web chat over NATS subjects with Kanidm SSO (Leptos SSR)" arch=('x86_64' 'aarch64')