Skip to content

Commit

Permalink
Merge pull request #14 from kylebarron/bump-version
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Mar 7, 2022
2 parents debdfb2 + 25dbcd5 commit c0b36aa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
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.
2 changes: 1 addition & 1 deletion Cargo.toml
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 <kylebarron2@gmail.com>"]
edition = "2021"
description = "WebAssembly Parquet reader and writer."
Expand Down

0 comments on commit c0b36aa

Please sign in to comment.