File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,21 @@ 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/v1.1.1 ...main
8
+ [ Unreleased ] : https://github.com/zombiezen/go-sqlite/compare/v1.1.2 ...main
9
9
10
- ## [ Unreleased] [ ]
10
+ ## [ 1.1.2] [ ] - 2024-02-14
11
+
12
+ Version 1.1.2 updates the ` modernc.org/sqlite ` version to 1.29.1
13
+ and makes further tweaks to busy-polling.
14
+
15
+ [ 1.1.2 ] : https://github.com/zombiezen/go-sqlite/releases/tag/v1.1.2
11
16
12
17
### Changed
13
18
14
19
- Set the maximum time between busy polls to 100 milliseconds
15
20
(follow-on from [ #75 ] ( https://github.com/zombiezen/go-sqlite/issues/75 ) ).
16
- - The minimum ` modernc.org/sqlite ` version updated to 1.29.1.
21
+ - The minimum ` modernc.org/sqlite ` version updated to 1.29.1
22
+ ([ #77 ] ( https://github.com/zombiezen/go-sqlite/issues/77 ) ).
17
23
18
24
## [ 1.1.1] [ ] - 2024-02-02
19
25
You can’t perform that action at this time.
0 commit comments