commit 9581058e63317258e155f877d372ddcd78520ddb
parent 88099d461b0fb2d94783e5103a50adc95fc5ab2d
Author: andrewlaack-collab <andrew.laack@imbue.com>
Date: Fri, 20 Feb 2026 08:49:09 +0000
Bump version to 0.1.12 (#114)
* Bump version to 0.1.12
* Updated messaging
---------
Co-authored-by: Andrew Laack <andrew@laack.co>
Diffstat:
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md
@@ -132,7 +132,7 @@ Vet is published to PyPI via the `publish-pypi.yml` GitHub Actions workflow. Dep
### Releasing a new version
-1. Create and checkout a branch to bump the version
+1. Create and checkout a branch to bump the version, using the naming convention `{name}/v{version}` (e.g. `john/v0.2.0`)
2. Update the version in `pyproject.toml`
3. Update `pkgver` in `pkg/arch/PKGBUILD`
4. Commit and push the changes
diff --git a/pkg/arch/PKGBUILD b/pkg/arch/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer:
pkgname=verify-everything
-pkgver=0.1.11
+pkgver=0.1.12
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.11"
+version = "0.1.12"
description = "LLM-based code review tool that finds issues tests and linters miss"
readme = "README.md"
license = "AGPL-3.0-only"