Skip to content

Commit

Permalink
Release v1.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi committed Aug 27, 2021
1 parent d139575 commit 3b59374
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
@@ -1,16 +1,20 @@
# Changelog

## v1.5.1 (2021-08-27, https://github.com/go-reform/reform/milestones/v1.5.1)

* `reform-db init` now correctly handles tables with composite primary keys ([#274](https://github.com/go-reform/reform/issues/274)).

## 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.
* Generated code now passes Go 1.15's `go vet`. See ([#245](https://github.com/go-reform/reform/issues/245))
and ([#269](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.
* Converted to Go module. [Non modules-aware tools like `dep`](https://github.com/golangf/dep/issues/1962)
* Converted to Go module. [Non modules-aware tools like `dep`](https://github.com/golang/dep/issues/1962)
are still supported until reform v2 (dependencies with Semantic Import Versioning paths are not used in v1).
* Added [`context` support](https://pkg.go.dev/gopkg.in/reform.v1?tab=doc#hdr-Context).
* Added [`Querier.Count`](https://godoc.org/gopkg.in/reform.v1#Querier.Count).
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"
const Version = "v1.5.1"

0 comments on commit 3b59374

Please sign in to comment.