Skip to content
Version 1.4.1 updates the `modernc.org/sqlite` version to 1.36.1
and includes a couple small improvements.

 ### Changed

- The minimum `modernc.org/sqlite` version updated to 1.36.1.

 ### Fixed

- `*Stmt.ColumnName` no longer performs an allocation
  ([#101](https://github.com/zombiezen/go-sqlite/issues/118)).
- The doc comment for `OpenFlags` has been rewritten for clarity
  ([#114](https://github.com/zombiezen/go-sqlite/pull/114)).