Skip to content

Commit

Permalink
Release v1.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi committed Dec 8, 2020
1 parent aeee1e0 commit be1c9e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## v1.5.0 (2020-12-08, https://github.com/go-reform/reform/milestones/v1.5.0)

* Generated code now passes Go 1.15's `go vet`. See https://github.com/go-reform/reform/issues/245
and https://github.com/go-reform/reform/issues/269.
* Removed hard-coded dependency on sqlite3 package.
* Updated dependencies and testing infrastructure.

## v1.4.0 (2020-07-29, https://github.com/go-reform/reform/milestones/v1.4.0)

* Go 1.13+ is now required.
Expand Down
2 changes: 1 addition & 1 deletion doc.go
Expand Up @@ -76,4 +76,4 @@
package reform // import "gopkg.in/reform.v1"

// Version defines reform version.
const Version = "v1.5.0-beta2"
const Version = "v1.5.0"

0 comments on commit be1c9e2

Please sign in to comment.