Skip to content

Commit efb253c

Browse files
committed
Update release notes for 0.13.0
1 parent eac3e21 commit efb253c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +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.12.0...main
8+
[Unreleased]: https://github.com/zombiezen/go-sqlite/compare/v0.13.0...main
99

10-
## [Unreleased][]
10+
## [0.13.0][] - 2023-03-28
11+
12+
Version 0.13 added support for
13+
user-defined [collating sequences](https://www.sqlite.org/datatype3.html#collation)
14+
and user-defined [virtual tables](https://sqlite.org/vtab.html).
15+
16+
[0.13.0]: https://github.com/zombiezen/go-sqlite/releases/tag/v0.13.0
1117

1218
### Added
1319

0 commit comments

Comments
 (0)