Skip to content

Commit 85da997

Browse files
authored
Bump version to 0.5 (#356)
Update version and changelog
1 parent 4011f92 commit 85da997

3 files changed

Lines changed: 20 additions & 24 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.5.0] - 2023-10-21
4+
5+
## What's Changed
6+
7+
- Switch to an API based on table abstractions from [arrow-wasm](https://github.com/kylebarron/arrow-wasm).
8+
- Update docs
9+
- Initial implementation of reading to a stream of Arrow batches. By @H-Plus-Time in https://github.com/kylebarron/parquet-wasm/pull/296
10+
11+
## New Contributors
12+
13+
- @H-Plus-Time made their first contribution in https://github.com/kylebarron/parquet-wasm/pull/296
14+
15+
**Full Changelog**: https://github.com/kylebarron/parquet-wasm/compare/v0.4.0...v0.5.0
16+
317
## [0.4.0] - 2023-08-15
418

519
## What's Changed

Cargo.lock

Lines changed: 5 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.5.0-alpha.1"
3+
version = "0.5.0"
44
authors = ["Kyle Barron <kylebarron2@gmail.com>"]
55
edition = "2021"
66
description = "WebAssembly Parquet reader and writer."

0 commit comments

Comments
 (0)