v1.1.0
This release introduces a potentially breaking change with the addition of the BeginTxx
func on the Node
interface, to allow for providing a context when opening a transaction (see #20)
Since sqlx already implements this function the change should be transparent for every user of the library (unless you use generated mocks which you may need to refresh), so we are not bumping the major version number.