Skip to content

Commit

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

## [Unreleased]

## [0.9.0] - 2020-06-25

### Added

- Support Erlang 23.0 [8c16751](https://github.com/eproxus/meck/commit/8c16751613c7e4ed594e0675004b1c8f68ea8ddd)
- Add a new function `mocked/0` that returns which modules are currently mocked [\#210](https://github.com/eproxus/meck/pull/210)

Expand Down Expand Up @@ -313,7 +316,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.8.13...HEAD
[Unreleased]: https://github.com/eproxus/meck/compare/0.9.0...HEAD
[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
[0.8.11]: https://github.com/eproxus/meck/compare/0.8.10...0.8.11
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.8.13
@version 0.9.0
@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.8.13"},
{vsn, "0.9.0"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib, tools, compiler]},
Expand Down

0 comments on commit 8c6b6e4

Please sign in to comment.