From e0061af9ceda9c9cd152e42e34fde4db3b86c4c4 Mon Sep 17 00:00:00 2001 From: Bendik Aagaard Lynghaug Date: Tue, 28 Jul 2026 10:53:51 +0200 Subject: [PATCH] chore: Release cnats version 0.2.1 --- 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 62d379f..63e2b61 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -345,7 +345,7 @@ dependencies = [ [[package]] name = "cnats" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "async-nats", diff --git a/Cargo.toml b/Cargo.toml index a63bf77..6ab2467 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cnats" -version = "0.2.0" +version = "0.2.1" edition = "2021" [lib] diff --git a/aur/PKGBUILD b/aur/PKGBUILD index e43f9df..0adecb4 100644 --- a/aur/PKGBUILD +++ b/aur/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Bendik Aagaard Lynghaug pkgname=cnats -pkgver=0.2.0 +pkgver=0.2.1 pkgrel=1 pkgdesc="Web chat over NATS subjects with Kanidm SSO (Leptos SSR)" arch=('x86_64' 'aarch64')