Skip to content

Commit

Permalink
Version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eproxus committed Jun 8, 2022
1 parent de9956b commit 756268d
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 @@ -8,6 +8,8 @@ and this project adheres to

## [Unreleased]

## [2.3.0] - 2022-06-08

### Added

- New [`inverse/2`][inverse-2] function
Expand Down Expand Up @@ -79,7 +81,8 @@ and this project adheres to

Initial release

[unreleased]: https://github.com/eproxus/mapz/compare/v2.2.0...HEAD
[unreleased]: https://github.com/eproxus/mapz/compare/v2.3.0...HEAD
[2.3.0]: https://github.com/eproxus/mapz/compare/v2.2.1...v2.3.0
[2.2.0]: https://github.com/eproxus/mapz/compare/v2.1.1...v2.2.0
[2.1.1]: https://github.com/eproxus/mapz/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/eproxus/mapz/compare/v2.0.0...v2.1.0
Expand Down
2 changes: 1 addition & 1 deletion src/mapz.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, mapz, [
{description, "Extensions to the Erlang maps module"},
{vsn, "2.2.0"},
{vsn, "2.3.0"},
{applications, [kernel, stdlib]},

{licenses, ["MIT"]},
Expand Down

0 comments on commit 756268d

Please sign in to comment.