From 1e0dadda9deea674ba39593fb3a77668722d1772 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 03:56:13 +0000 Subject: [PATCH] chore(master): release 0.13.2 --- CHANGELOG.md | 7 +++++++ lib/pumi/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20bc074b..29674ff7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.13.2](https://github.com/dwilkie/pumi/compare/v0.13.1...v0.13.2) (2023-03-06) + + +### Bug Fixes + +* build ([#37](https://github.com/dwilkie/pumi/issues/37)) ([4639bbc](https://github.com/dwilkie/pumi/commit/4639bbc2bfb8456ba09c1cb7aa8c2758df5a99f6)) + ## [0.13.1](https://github.com/dwilkie/pumi/compare/v0.13.0...v0.13.1) (2023-03-02) diff --git a/lib/pumi/version.rb b/lib/pumi/version.rb index 6d14d3c9..9309f8a9 100644 --- a/lib/pumi/version.rb +++ b/lib/pumi/version.rb @@ -1,3 +1,3 @@ module Pumi - VERSION = "0.13.1".freeze + VERSION = "0.13.2".freeze end