Skip to content

Commit c0b36aa

Browse files
authored
Merge pull request #14 from kylebarron/bump-version
2 parents debdfb2 + 25dbcd5 commit c0b36aa

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
## [0.1.1] - 2022-03-06
4+
5+
- Attempt better bundling, with APIs for bundlers, Node, and the Web.
6+
7+
## [0.1.0] - 2022-03-06
8+
9+
- Initial release
10+
- Barebones `read_parquet` and `write_parquet` functions.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "parquet-wasm"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Kyle Barron <[email protected]>"]
55
edition = "2021"
66
description = "WebAssembly Parquet reader and writer."

0 commit comments

Comments
 (0)