From 2c7cac8b2d855a86994abbf56f9b8acca963418f Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Thu, 13 Jun 2024 17:59:15 -0500 Subject: [PATCH] Release v2.2.1 --- README.markdown | 6 ++++++ main.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index cf1d0e7..4ad539d 100644 --- a/README.markdown +++ b/README.markdown @@ -414,6 +414,12 @@ is still available through RubyGems and the source code is on the ruby branch. ## Version History +## 2.2.1 (June 13, 2024) + +* Fix: handle dollar-quoted strings when splitting SQL statements (Krzysztof SzafraƄski) +* Fix: code snapshot command uses TERN_MIGRATIONS environment variable +* Fix: code snapshot command sets file permissions properly + ## 2.2.0 (May 17, 2024) * Add gengen command diff --git a/main.go b/main.go index 8864a65..202f827 100644 --- a/main.go +++ b/main.go @@ -26,7 +26,7 @@ import ( ini "github.com/vaughan0/go-ini" ) -const VERSION = "2.2.0" +const VERSION = "2.2.1" var defaultConf = `[database] # host is required (network host or path to Unix domain socket)