Version 1.3 is largely a bug-fix release, but is a minor version change because of the new `sqlitemigration.Pool.Take` method. ### Added - `sqlitemigration.Pool` now has a new method `Take` so that it implements a common interface with `sqlitex.Pool` ([#97](https://github.com/zombiezen/go-sqlite/pull/97)). - Documented `OpenWAL` behavior on `sqlite.OpenConn`. ### Fixed - Address low-frequency errors with concurrent use of `sqlitemigration` ([#99](https://github.com/zombiezen/go-sqlite/issues/99)). - The error returned from `sqlitex.NewPool` when trying to open an in-memory database now gives correct advice ([#92](https://github.com/zombiezen/go-sqlite/issues/92)).