vet

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

commit c6171c3022d5b9f8006ad135769f55f180584427
parent 28d3e6f864978aede2d7c544ad21eda61413d653
Author: Andrew D. Laack <andrew@laack.co>
Date:   Tue, 17 Feb 2026 01:04:48 -0600

Bump version to 0.1.8 (#95)


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.1.7 +pkgver=0.1.8 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.1.7" +version = "0.1.8" description = "LLM-based code review tool that finds issues tests and linters miss" readme = "README.md" license = "AGPL-3.0-only"