We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f43114a commit fad098aCopy full SHA for fad098a
CHANGELOG.md
@@ -4,7 +4,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
4
and this project adheres to [Semantic
5
Versioning](http://semver.org/spec/v2.0.0.html).
6
7
-## Unreleased
+## [v4.2.0] - 2020-07-03
8
9
- Add types.DecimalContext to control the context with which new decimals
10
are created. This is important if your application uses a special context
main.go
@@ -18,7 +18,7 @@ import (
18
19
//go:generate go-bindata -nometadata -pkg templatebin -o templatebin/bindata.go templates templates/singleton templates_test templates_test/singleton
20
21
-const sqlBoilerVersion = "4.1.2"
+const sqlBoilerVersion = "4.2.0"
22
23
var (
24
flagConfigFile string
0 commit comments