We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 990af03 commit a8ad27aCopy full SHA for a8ad27a
CHANGELOG.md
@@ -5,9 +5,12 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
-[Unreleased]: https://github.com/zombiezen/go-sqlite/compare/v1.2.0...main
+[Unreleased]: https://github.com/zombiezen/go-sqlite/compare/v1.3.0...main
9
10
-## [Unreleased][]
+## [1.3.0][] - 2024-05-04
11
+
12
+Version 1.3 is largely a bug-fix release,
13
+but is a minor version change because of the new `sqlitemigration.Pool.Take` method.
14
15
### Added
16
0 commit comments