From 951faaf34e126a3bcd0cfa5423862014d657d1fa Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Tue, 15 Aug 2023 20:10:58 -0400 Subject: [PATCH] Bump version to 0.3.0 (#40) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4defe35..30e5d58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 26582b8..867be5b 100644 --- a/package.json +++ b/package.json @@ -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",