@@ -5,15 +5,15 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- [ Unreleased ] : https://github.com/zombiezen/go-sqlite/compare/v0.9.0 ...main
8
+ [ Unreleased ] : https://github.com/zombiezen/go-sqlite/compare/v0.9.2 ...main
9
9
10
- ## [ 0.9.0 ] [ ] - 2022-01-23
10
+ ## [ 0.9.2 ] [ ] - 2022-01-25
11
11
12
12
Version 0.9 adds new ` Execute ` functions to ` sqlitex `
13
13
and changes the default blocking behavior.
14
14
Version 0.9 also includes various fixes to the schema migration behavior.
15
15
16
- [ 0.9.0 ] : https://github.com/zombiezen/go-sqlite/releases/tag/v0.9.0
16
+ [ 0.9.2 ] : https://github.com/zombiezen/go-sqlite/releases/tag/v0.9.2
17
17
18
18
### Added
19
19
@@ -62,6 +62,15 @@ Version 0.9 also includes various fixes to the schema migration behavior.
62
62
- ` OpenConn ` now sets a busy handler before enabling WAL
63
63
(thanks @anacrolix !).
64
64
65
+ ## 0.9.0 and 0.9.1
66
+
67
+ Versions 0.9.0 was accidentally released before CI ran.
68
+ A change in the underlying ` modernc.org/libc ` library
69
+ caused the memory leak detection to identify a false positive.
70
+ In an abundance of caution, 0.9.1 was released
71
+ to mark both 0.9.1 and 0.9.0 as retracted.
72
+ Version 0.9.2 is the first official release of 0.9.
73
+
65
74
## [ 0.8.0] [ ] - 2021-11-07
66
75
67
76
Version 0.8 adds new transaction functions to ` sqlitex ` .
0 commit comments