vet

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

commit 0e5a25d0b52640200025059a48e929824cfa2b89
parent 4a6023e01e24b45a9cddc97e28800ffeb7b5222a
Author: Andrew Laack <andrew@laack.co>
Date:   Thu,  5 Mar 2026 20:12:43 +0000

Merge pull request #175 from imbue-ai/andrew/v0.2.5

Bump version to v0.2.5
Diffstat:
Mpkg/arch/PKGBUILD | 2+-
Mpyproject.toml | 2+-
Muv.lock | 2+-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pkg/arch/PKGBUILD b/pkg/arch/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: pkgname=verify-everything -pkgver=0.2.4 +pkgver=0.2.5 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.4" +version = "0.2.5" description = "LLM-based code review tool that finds issues tests and linters miss" readme = "README.md" license = "AGPL-3.0-only" diff --git a/uv.lock b/uv.lock @@ -1494,7 +1494,7 @@ wheels = [ [[package]] name = "verify-everything" -version = "0.2.4" +version = "0.2.5" source = { editable = "." } dependencies = [ { name = "anthropic" },