Skip to content

Commit

Permalink
Bump to 0.2.0 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron authored Jul 9, 2023
1 parent e182184 commit dae7848
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

## [0.2.0] - 2023-07-09

- Revamped bundling ([#30](https://github.com/kylebarron/arrow-js-ffi/pull/30))

## [0.1.0] - 2023-07-03

- Initial release
- Working `parseField` and `parseVector` for many vector data types.
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.1.0",
"version": "0.2.0",
"description": "Zero-copy reading of Arrow data from WebAssembly",
"source": "src/index.ts",
"umd:main": "dist/arrow-js-ffi.umd.js",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ __metadata:
typescript: ^4.7.4
vitest: ^0.33.0
peerDependencies:
apache-arrow: ^12.0.0
apache-arrow: ^10.0.0
languageName: unknown
linkType: soft

Expand Down

0 comments on commit dae7848

Please sign in to comment.