Skip to content

Commit

Permalink
chore: Update HISTORY.md
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-martin committed May 4, 2021
1 parent a471919 commit 2eb18c0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# v9.12.0

* Update golangci-lint and updates for all associated linters
* Update dependencies
* github.com/DATA-DOG/go-sqlmock v1.3.3 -> v1.5.0
* github.com/denisenkom/go-mssqldb v0.0.0-20200206145737-bbfc9a55622e -> v0.10.0
* github.com/go-sql-driver/mysql v1.4.1 -> v1.6.0
* github.com/lib/pq v1.2.0 -> v1.10.1
* github.com/mattn/go-sqlite3 v1.11.0 -> v1.14.7
* github.com/stretchr/testify -> v1.4.0 -> v1.7.0


# v9.11.1

* [FIXED] Avoid mutation of join slice for separate datasets when joins slice capacity is not yet reached [#261](https://github.com/doug-martin/goqu/pull/261) - [@fhaifler](https://github.com/fhaifler)
Expand Down

0 comments on commit 2eb18c0

Please sign in to comment.