Skip to content

Commit

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

## [Unreleased]

## [0.9.1] - 2021-02-17

### Fixed

- Module references in type specs were not included when renaming modules [\#206](https://github.com/eproxus/meck/issues/206)
Expand Down Expand Up @@ -321,7 +323,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.0...HEAD
[Unreleased]: https://github.com/eproxus/meck/compare/0.9.1...HEAD
[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
[0.8.12]: https://github.com/eproxus/meck/compare/0.8.11...0.8.12
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 <[email protected]>
@copyright 2010-2017 Adam Lindberg, 2010-2011 Erlang Solutions Ltd
@version 0.9.0
@version 0.9.1
@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.0"},
{vsn, "0.9.1"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib, tools, compiler]},
Expand Down

0 comments on commit 06192a9

Please sign in to comment.