Skip to content

Commit

Permalink
Version 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eproxus committed Mar 6, 2021
1 parent c287994 commit 5aaa248
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ The format is based on [Keep a Changelog], and this project adheres to

## [Unreleased]

## [0.9.2] - 2021-03-06

### Fixed

- Fix a Dialyzer warning on OTP 24 [\#223](https://github.com/eproxus/meck/pull/223)

## [0.9.1] - 2021-02-17

### Fixed
Expand Down Expand Up @@ -323,7 +329,8 @@ The format is based on [Keep a Changelog], and this project adheres to

- dialyzer unmatched return errors [\#24](https://github.com/eproxus/meck/issues/24)

[Unreleased]: https://github.com/eproxus/meck/compare/0.9.1...HEAD
[Unreleased]: https://github.com/eproxus/meck/compare/0.9.2...HEAD
[0.9.2]: https://github.com/eproxus/meck/compare/0.9.1...0.9.2
[0.9.1]: https://github.com/eproxus/meck/compare/0.9.0...0.9.1
[0.9.0]: https://github.com/eproxus/meck/compare/0.8.13...0.9.0
[0.8.13]: https://github.com/eproxus/meck/compare/0.8.12...0.8.13
Expand Down
2 changes: 1 addition & 1 deletion doc/overview.edoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

@author Adam Lindberg <eproxus@gmail.com>
@copyright 2010-2017 Adam Lindberg, 2010-2011 Erlang Solutions Ltd
@version 0.9.1
@version 0.9.2
@title meck, a Mocking Library for Erlang

@doc
Expand Down
2 changes: 1 addition & 1 deletion src/meck.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, meck, [
{description, "A mocking framework for Erlang"},
{vsn, "0.9.1"},
{vsn, "0.9.2"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib, tools, compiler]},
Expand Down

0 comments on commit 5aaa248

Please sign in to comment.