Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecarleitao committed Jul 2, 2022
1 parent 4319b05 commit 7be3cd6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
since-tag=v0.13.2
future-release=v0.14.0
since-tag=v0.14.0
future-release=v0.14.1
pr-wo-labels=false
exclude-labels=no-changelog,question
add-sections={"features":{"prefix":"**Enhancements:**","labels":["enhancement"]}, "documentation":{"prefix":"**Documentation updates:**","labels":["documentation"]}, "testing":{"prefix":"**Testing updates:**","labels":["testing"]}}
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [v0.14.1](https://github.com/jorgecarleitao/parquet2/tree/v0.14.1) (2022-07-02)

[Full Changelog](https://github.com/jorgecarleitao/parquet2/compare/v0.14.0...v0.14.1)

**New features:**

- Added support for legacy lz4 decompression [\#151](https://github.com/jorgecarleitao/parquet2/pull/151) ([dantengsky](https://github.com/dantengsky))

**Enhancements:**

- Improved performance of reading [\#157](https://github.com/jorgecarleitao/parquet2/pull/157) ([jorgecarleitao](https://github.com/jorgecarleitao))

## [v0.14.0](https://github.com/jorgecarleitao/parquet2/tree/v0.14.0) (2022-06-27)

[Full Changelog](https://github.com/jorgecarleitao/parquet2/compare/v0.13.2...v0.14.0)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "parquet2"
version = "0.14.0"
version = "0.14.1"
license = "Apache-2.0"
description = "Safe implementation of parquet IO."
authors = ["Jorge C. Leitao <[email protected]", "Apache Arrow <[email protected]>"]
Expand Down

0 comments on commit 7be3cd6

Please sign in to comment.