From 350b690e1d2bb97ef4e220398a39866612acb6a0 Mon Sep 17 00:00:00 2001 From: "Jorge C. Leitao" Date: Thu, 4 Aug 2022 05:30:04 +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 7b26c266254..49b08e8883d 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,5 +1,5 @@ -since-tag=v0.12.0 -future-release=v0.13.0 +since-tag=v0.13.0 +future-release=v0.13.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 da71eb5d8b8..4f8672f0470 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [v0.13.1](https://github.com/jorgecarleitao/arrow2/tree/v0.13.1) (2022-08-04) + +[Full Changelog](https://github.com/jorgecarleitao/arrow2/compare/v0.13.0...v0.13.1) + +**Fixed bugs:** + +- Fix escaped like wildcards [\#1204](https://github.com/jorgecarleitao/arrow2/pull/1204) ([daniel-martinez-maqueda-sap](https://github.com/daniel-martinez-maqueda-sap)) +- Removed println :\( [\#1203](https://github.com/jorgecarleitao/arrow2/pull/1203) ([jorgecarleitao](https://github.com/jorgecarleitao)) + ## [v0.13.0](https://github.com/jorgecarleitao/arrow2/tree/v0.13.0) (2022-07-31) [Full Changelog](https://github.com/jorgecarleitao/arrow2/compare/v0.12.0...v0.13.0) diff --git a/Cargo.toml b/Cargo.toml index 1d246a80be5..b19ef330d91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arrow2" -version = "0.13.0" +version = "0.13.1" license = "Apache-2.0" description = "Unofficial implementation of Apache Arrow spec in safe Rust" homepage = "https://github.com/jorgecarleitao/arrow2"