Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
User-visible changes:
 * Changed yellow to magenta to improve readability on light color schemes
   (e.g., tango).
 * Auto-detect VSCode terminal and print line column in a clickable format
   for easy browing.
 * Vgrep has a logo.

Miscellaneous and janitorial changes.
 * update x/sys to latest commit
 * check all errors
 * Dockerfile: pin to golang:1.13
 * update dependencies
 * enable Cirrus CI
 * Makefile: go and tools clean ups
 * Travis: bump go to 1.13.x
 * support vscode
 * change email address
 * add a simple logo
 * Makefile: use go proxy
 * update dependencies
 * Travis: use go 1.12.x instead of tip
 * build(deps): bump github.com/sirupsen/logrus from 1.4.0 to 1.4.2
 * regex: fix escpaces
 * add `make .install.tools` to install dependencies for CI
 * make check: add golangci-lint
 * regex: use raw strings
 * switch to go mod for dependency management

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
  • Loading branch information
vrothberg committed Dec 18, 2019
1 parent d858a6a commit 7918e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0
2.2.0

0 comments on commit 7918e9e

Please sign in to comment.