vet

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 8feba7e027292a94089da7be42d2a6d6f6e6c928
parent fbbdfff866778b0d63665286d0ed927c3496dcb1
Author: andrewlaack-collab <andrew.laack@imbue.com>
Date:   Sun,  1 Mar 2026 22:14:01 +0000

Bump version to v0.2.3 (#168)

Co-authored-by: Andrew Laack <andrew@laack.co>
Diffstat:
Mpkg/arch/PKGBUILD | 2+-
Mpyproject.toml | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pkg/arch/PKGBUILD b/pkg/arch/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: pkgname=verify-everything -pkgver=0.2.2 +pkgver=0.2.3 pkgrel=1 pkgdesc='LLM-based code review tool that finds issues tests and linters miss' arch=('any') diff --git a/pyproject.toml b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "verify-everything" -version = "0.2.2" +version = "0.2.3" description = "LLM-based code review tool that finds issues tests and linters miss" readme = "README.md" license = "AGPL-3.0-only"