vet

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

commit 1169a6e4ff1d34bf86dc555634562528b17a9ce7
parent e9f322f181cb5288ad2a6325928377d8f1d657b5
Author: andrewlaack-collab <andrew.laack@imbue.com>
Date:   Tue, 24 Feb 2026 00:48:41 +0000

Bump version to v0.1.14 (#131)

* Added banner with text

* Refactoring locations and added data collection messaging

* Updated wording to be more precise.

* Updated wording again

* Remove unnecessary file

* Bump version to 0.1.14

---------

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