Skip to content

Commit 81b68b7

Browse files
committed
Limbo 0.0.7
1 parent 821b569 commit 81b68b7

File tree

4 files changed

+20
-9
lines changed

4 files changed

+20
-9
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 0.0.7 - 2024-11-20
4+
5+
### Added
6+
7+
* Minor improvements to JavaScript API (Pekka Enberg)
8+
* `CAST` support (Jussi Saurio)
9+
10+
### Fixed
11+
12+
* Fix issues found in-btree code with the DST (Pere Diaz Bou)
13+
314
## 0.0.6 - 2024-11-18
415

516
### Fixed

Cargo.lock

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
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.6"
17+
version = "0.0.7"
1818
authors = ["the Limbo authors"]
1919
edition = "2021"
2020
license = "MIT"

bindings/wasm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"collaborators": [
44
"the Limbo authors"
55
],
6-
"version": "0.0.6",
6+
"version": "0.0.7",
77
"license": "MIT",
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)