File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,17 @@ 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.13.1 ...main
8
+ [ Unreleased ] : https://github.com/zombiezen/go-sqlite/compare/v1.0.0 ...main
9
9
10
- ## [ Unreleased] [ ]
10
+ ## [ 1.0.0] [ ] - 2023-12-07
11
+
12
+ Version 1.0 is the first officially stable release of ` zombiezen.com/go/sqlite ` .
13
+ It includes improved documentation and is cleaned up for current versions of Go.
14
+ There are no breaking changes to the API:
15
+ this release is more a recognition that the API has been stable
16
+ and a promise that it will continue to be stable.
17
+
18
+ [ 1.0.0 ] : https://github.com/zombiezen/go-sqlite/releases/tag/v1.0.0
11
19
12
20
### Added
13
21
You can’t perform that action at this time.
0 commit comments