Skip to content

Commit 5dc700a

Browse files
committed
Update release notes for 0.9.2
1 parent ee76c9b commit 5dc700a

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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
99

10-
## [0.9.0][] - 2022-01-23
10+
## [0.9.2][] - 2022-01-25
1111

1212
Version 0.9 adds new `Execute` functions to `sqlitex`
1313
and changes the default blocking behavior.
1414
Version 0.9 also includes various fixes to the schema migration behavior.
1515

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
1717

1818
### Added
1919

@@ -62,6 +62,15 @@ Version 0.9 also includes various fixes to the schema migration behavior.
6262
- `OpenConn` now sets a busy handler before enabling WAL
6363
(thanks @anacrolix!).
6464

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+
6574
## [0.8.0][] - 2021-11-07
6675

6776
Version 0.8 adds new transaction functions to `sqlitex`.

0 commit comments

Comments
 (0)