Skip to content

Commit

Permalink
Bump to 0.4.0-beta.1 (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Aug 8, 2022
1 parent a05a0aa commit 4d48006
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [0.4.0-beta.1] - 2022-08-08

## What's Changed

- Add lz4_raw and zstd compressions for parquet2 by @kylebarron in https://github.com/kylebarron/parquet-wasm/pull/114
- Simplify cargo features by @kylebarron in https://github.com/kylebarron/parquet-wasm/pull/117
- Add vscode rust-analyzer target setting by @kylebarron in https://github.com/kylebarron/parquet-wasm/pull/131
- add msrv by @kylebarron in https://github.com/kylebarron/parquet-wasm/pull/132
- pin clap to 3.1.\* by @kylebarron in https://github.com/kylebarron/parquet-wasm/pull/139
- Make writerProperties optional in JS api by @kylebarron in https://github.com/kylebarron/parquet-wasm/pull/152
- Add bindings for arrow2 metadata (without serde support) by @kylebarron in https://github.com/kylebarron/parquet-wasm/pull/153
- Async reader by @kylebarron in https://github.com/kylebarron/parquet-wasm/pull/96
- Cleaner error handling by @kylebarron in https://github.com/kylebarron/parquet-wasm/pull/157
- implement `From` instead of custom methods by @kylebarron in https://github.com/kylebarron/parquet-wasm/pull/168
- Remove "2" from function names in arrow2 api by @kylebarron in https://github.com/kylebarron/parquet-wasm/pull/173
- Make arrow2 the default bundle by @kylebarron in https://github.com/kylebarron/parquet-wasm/pull/174
- Improved documentation for async reading by @kylebarron in https://github.com/kylebarron/parquet-wasm/pull/175

**Full Changelog**: https://github.com/kylebarron/parquet-wasm/compare/v0.3.1...v0.4.0-beta.1

## [0.3.1] - 2022-04-26

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.3.1"
version = "0.4.0-beta.1"
authors = ["Kyle Barron <kylebarron2@gmail.com>"]
edition = "2021"
description = "WebAssembly Parquet reader and writer."
Expand Down

0 comments on commit 4d48006

Please sign in to comment.