We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5bc507e + 0734bff commit 60c7ae8Copy full SHA for 60c7ae8
.github/workflows/test.yaml
@@ -4,7 +4,7 @@ jobs:
4
test:
5
strategy:
6
matrix:
7
- go-version: [1.12.x, 1.13.x]
+ go-version: [1.12.x, 1.13.x, 1.14.x]
8
platform: [ubuntu-latest, macos-latest, windows-latest]
9
runs-on: ${{ matrix.platform }}
10
steps:
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## 3.1.0 (2020-04-15)
+
+### Added
+- #131: Add support for serializing/deserializing SQL (thanks @ryancurrah)
+### Changed
11
+- #148: More accurate validation messages on constraints
12
13
## 3.0.3 (2019-12-13)
14
15
### Fixed
0 commit comments