Skip to content

Commit

Permalink
Bump version to 0.3.0 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron authored Aug 16, 2023
1 parent 8e9d4bf commit 951faaf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.3.0] - 2023-08-15

- Add tests copying data across boundary by @kylebarron in https://github.com/kylebarron/arrow-js-ffi/pull/32
- Support "large" types with int64 offsets by @kylebarron in https://github.com/kylebarron/arrow-js-ffi/pull/33
- Parse record batch from FFI by @kylebarron in https://github.com/kylebarron/arrow-js-ffi/pull/37 and https://github.com/kylebarron/arrow-js-ffi/pull/39

## [0.2.0] - 2023-07-09

- Revamped bundling ([#30](https://github.com/kylebarron/arrow-js-ffi/pull/30))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arrow-js-ffi",
"version": "0.3.0-beta.1",
"version": "0.3.0",
"description": "Zero-copy reading of Arrow data from WebAssembly",
"source": "src/index.ts",
"umd:main": "dist/arrow-js-ffi.umd.js",
Expand Down

0 comments on commit 951faaf

Please sign in to comment.