From e3a49630a8442b6baf7c6e8b8b8810c2ad4466f4 Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Sat, 31 Oct 2020 11:49:30 +0100 Subject: [PATCH] v2.5.0 * support *grep context options * support Goland * man page clean ups * Update docs/vgrep.1.md * Add man page generation to Makefile * build(deps): bump github.com/sirupsen/logrus from 1.6.0 to 1.7.0 * Handle SIGINT * Add goreleaser config to ship statis binaries * main: exit with 1 if there are no matches * coverage tests * integration tests: use helpers.bash * make build: rm `-dev` prefix Signed-off-by: Valentin Rothberg --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index dfb9edc..437459c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.4.1-dev +2.5.0