From 0cf9680d0296b96ece1715ffa2256a68ec099383 Mon Sep 17 00:00:00 2001 From: Adam Lindberg Date: Mon, 21 Feb 2022 11:13:25 +0100 Subject: [PATCH] Version 0.3.2 --- CHANGELOG.md | 5 ++++- src/unite.app.src | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bcac03..5b5cafb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ The format is based on [Keep a Changelog], and this project adheres to ## [Unreleased] +## [0.3.2] - 2022-02-22 + ### Changed - Drop support for Erlang R15, R16 and 17.0 (because of deprecated time APIs) @@ -58,7 +60,8 @@ The format is based on [Keep a Changelog], and this project adheres to - Fix for older Erlang version [\#2](https://github.com/eproxus/unite/pull/2) ([JonGretar](https://github.com/JonGretar)) -[Unreleased]: https://github.com/eproxus/unite/compare/v0.3.1...HEAD +[Unreleased]: https://github.com/eproxus/unite/compare/v0.3.2...HEAD +[0.3.1]: https://github.com/eproxus/unite/compare/v0.3.1...v0.3.2 [0.3.1]: https://github.com/eproxus/unite/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/eproxus/unite/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/eproxus/unite/compare/v0.0.1...v0.2.0 diff --git a/src/unite.app.src b/src/unite.app.src index ea0693a..2c80c46 100644 --- a/src/unite.app.src +++ b/src/unite.app.src @@ -1,6 +1,6 @@ {application, unite, [ {description, "Pretty EUnit test formatters"}, - {vsn, "0.3.1"}, + {vsn, "0.3.2"}, {applications, [kernel, stdlib, color, tdiff]}, % Hex.pm