Skip to content

Commit

Permalink
Version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eproxus committed Feb 22, 2022
1 parent d3b42d2 commit 0cf9680
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/unite.app.src
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0cf9680

Please sign in to comment.