Skip to content

Commit c4b0eb3

Browse files
committed
Limbo 0.0.11
1 parent f8d408e commit c4b0eb3

File tree

4 files changed

+34
-10
lines changed

4 files changed

+34
-10
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
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

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ members = [
1414
exclude = ["perf/latency/limbo"]
1515

1616
[workspace.package]
17-
version = "0.0.10"
17+
version = "0.0.11"
1818
authors = ["the Limbo authors"]
1919
edition = "2021"
2020
license = "MIT"

bindings/wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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",

0 commit comments

Comments
 (0)