Skip to content

Commit 0fb1e59

Browse files
committed
Limbo 0.0.6
1 parent e818bdb commit 0fb1e59

File tree

4 files changed

+16
-10
lines changed

4 files changed

+16
-10
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22

3-
### 0.0.5 - 2024-11-18
3+
## 0.0.6 - 2024-11-18
4+
5+
### Fixed
6+
7+
- Fix database truncation caused by `limbo-wasm` opening file in wrong mode (Pere Diaz Bou)
8+
9+
## 0.0.5 - 2024-11-18
410

511
### Added
612

Cargo.lock

Lines changed: 7 additions & 7 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.5"
17+
version = "0.0.6"
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.5",
6+
"version": "0.0.6",
77
"license": "MIT",
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)