Skip to content

Commit 7941dcb

Browse files
committed
Update release notes for 1.1.2
1 parent fff69e8 commit 7941dcb

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

CHANGELOG.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,21 @@ 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/v1.1.1...main
8+
[Unreleased]: https://github.com/zombiezen/go-sqlite/compare/v1.1.2...main
99

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
1116

1217
### Changed
1318

1419
- Set the maximum time between busy polls to 100 milliseconds
1520
(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)).
1723

1824
## [1.1.1][] - 2024-02-02
1925

0 commit comments

Comments
 (0)