Skip to content

Commit

Permalink
Release v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jackc committed Jun 13, 2024
1 parent 4213fd8 commit 2c7cac8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2c7cac8

Please sign in to comment.