Skip to content

Commit

Permalink
Limbo 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
penberg committed Dec 31, 2024
1 parent f8d408e commit c4b0eb3
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 10 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## 0.0.11 - 2024-12-31

### Added

* Add in-memory mode to Python bindings (Jean Arhancet)

* Add json_array_length function (Peter Sooley)

* Add support for the UUID extension (Preston Thorpe)

### Changed

* Enable sqpoll by default in io_uring (Preston Thorpe)

* Simulator improvements (Alperen Keleş)

### Fixed

* Fix escaping issues with like and glob functions (Vrishabh)

* Fix `sqlite_version()` out of bound panics' (Diego Reis)

* Fix on-disk file format bugs (Jussi Saurio)

## 0.0.10 - 2024-12-18

### Added
Expand Down
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ members = [
exclude = ["perf/latency/limbo"]

[workspace.package]
version = "0.0.10"
version = "0.0.11"
authors = ["the Limbo authors"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion bindings/wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"collaborators": [
"the Limbo authors"
],
"version": "0.0.10",
"version": "0.0.11",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit c4b0eb3

Please sign in to comment.