File tree Expand file tree Collapse file tree 4 files changed +34
-10
lines changed
Expand file tree Collapse file tree 4 files changed +34
-10
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.0.11 - 2024-12-31
4+
5+ ### Added
6+
7+ * Add in-memory mode to Python bindings (Jean Arhancet)
8+
9+ * Add json_array_length function (Peter Sooley)
10+
11+ * Add support for the UUID extension (Preston Thorpe)
12+
13+ ### Changed
14+
15+ * Enable sqpoll by default in io_uring (Preston Thorpe)
16+
17+ * Simulator improvements (Alperen Keleş)
18+
19+ ### Fixed
20+
21+ * Fix escaping issues with like and glob functions (Vrishabh)
22+
23+ * Fix ` sqlite_version() ` out of bound panics' (Diego Reis)
24+
25+ * Fix on-disk file format bugs (Jussi Saurio)
26+
327## 0.0.10 - 2024-12-18
428
529### Added
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ members = [
1414exclude = [" perf/latency/limbo" ]
1515
1616[workspace .package ]
17- version = " 0.0.10 "
17+ version = " 0.0.11 "
1818authors = [" the Limbo authors" ]
1919edition = " 2021"
2020license = " MIT"
Original file line number Diff line number Diff line change 33 "collaborators" : [
44 " the Limbo authors"
55 ],
6- "version" : " 0.0.10 " ,
6+ "version" : " 0.0.11 " ,
77 "license" : " MIT" ,
88 "repository" : {
99 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments