-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from kylebarron/bump-version
- Loading branch information
Showing
2 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Changelog | ||
|
||
## [0.1.1] - 2022-03-06 | ||
|
||
- Attempt better bundling, with APIs for bundlers, Node, and the Web. | ||
|
||
## [0.1.0] - 2022-03-06 | ||
|
||
- Initial release | ||
- Barebones `read_parquet` and `write_parquet` functions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "parquet-wasm" | ||
version = "0.1.0" | ||
version = "0.1.1" | ||
authors = ["Kyle Barron <[email protected]>"] | ||
edition = "2021" | ||
description = "WebAssembly Parquet reader and writer." | ||
|