Skip to content

Commit 60c7ae8

Browse files
authored
Merge pull request #151 from mattfarina/pre-3.1.0
Prep for 3.1.0 release
2 parents 5bc507e + 0734bff commit 60c7ae8

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test:
55
strategy:
66
matrix:
7-
go-version: [1.12.x, 1.13.x]
7+
go-version: [1.12.x, 1.13.x, 1.14.x]
88
platform: [ubuntu-latest, macos-latest, windows-latest]
99
runs-on: ${{ matrix.platform }}
1010
steps:

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 3.1.0 (2020-04-15)
4+
5+
### Added
6+
7+
- #131: Add support for serializing/deserializing SQL (thanks @ryancurrah)
8+
9+
### Changed
10+
11+
- #148: More accurate validation messages on constraints
12+
313
## 3.0.3 (2019-12-13)
414

515
### Fixed

0 commit comments

Comments
 (0)