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