From 4deacf0f996b7f86afa51523da490458a71bd24e Mon Sep 17 00:00:00 2001 From: "Jorge C. Leitao" Date: Thu, 9 Sep 2021 19:40:33 +0000 Subject: [PATCH] Bumped version. --- .github_changelog_generator | 4 ++-- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.github_changelog_generator b/.github_changelog_generator index a814fd1bf4c..7f852ae3d37 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,5 +1,5 @@ -since-tag=v0.4.0 -future-release=v0.5.0 +since-tag=v0.5.0 +future-release=v0.5.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"]}} diff --git a/CHANGELOG.md b/CHANGELOG.md index 9339d5a52fb..ed071ca7dc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [v0.5.1](https://github.com/jorgecarleitao/arrow2/tree/v0.5.1) (2021-09-09) + +[Full Changelog](https://github.com/jorgecarleitao/arrow2/compare/v0.5.0...v0.5.1) + +**Documentation updates:** + +- \[0.5\] The docs `io` module has no submodules [\#390](https://github.com/jorgecarleitao/arrow2/issues/390) +- Made docs be compiled with feature `full` [\#391](https://github.com/jorgecarleitao/arrow2/pull/391) ([jorgecarleitao](https://github.com/jorgecarleitao)) + ## [v0.5.0](https://github.com/jorgecarleitao/arrow2/tree/v0.5.0) (2021-09-07) [Full Changelog](https://github.com/jorgecarleitao/arrow2/compare/v0.4.0...v0.5.0) diff --git a/Cargo.toml b/Cargo.toml index ce97f8fad0c..afc9d6e0f71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arrow2" -version = "0.5.0" +version = "0.5.1" license = "Apache-2.0" description = "Unofficial implementation of Apache Arrow spec in safe Rust" homepage = "https://github.com/jorgecarleitao/arrow2"