1
0

Update module go-testfixtures/testfixtures/v3 to v3.1.2 (#457)

Update module go-testfixtures/testfixtures/v3 to v3.1.2

Reviewed-on: https://kolaente.dev/vikunja/api/pulls/457
This commit is contained in:
renovate
2020-04-27 09:10:08 +00:00
committed by konrad
parent 5606f987fa
commit 711124f5c0
11 changed files with 27 additions and 203 deletions

View File

@ -1,12 +1,17 @@
# Changelog
## v3.1.1 - 2019-01-11
## v3.1.2 - 2020-04-26
- Dump: Fix column order in generated YAML files
[#62](https://github.com/go-testfixtures/testfixtures/pull/62)
## v3.1.1 - 2020-01-11
- testfixtures now work with both `mssql` and `sqlserver` drivers.
Note that [the `mssql` one is deprecated](https://github.com/denisenkom/go-mssqldb#deprecated),
though. So try to migrate to `sqlserver` once possible.
## v3.1.0 - 2019-01-09
## v3.1.0 - 2020-01-09
- Using `sqlserver` driver instead of the deprecated `mssql`
([#58](https://github.com/go-testfixtures/testfixtures/pull/58)).