Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
amatalai committed Sep 21, 2017
1 parent fdfdc59 commit afb53c5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,32 @@
# Changelog

## 1.3.0
## 1.3.1 (2017-09-21)
* Minor format fix in `Mockery.History` failure messages

## 1.3.0 (2017-09-15)
* Added string version for `Mockery.of/2` (now recommended)
* Fixed mocking of erlang modules

## 1.2.0
## 1.2.0 (2017-09-13)
* Introduced `Mockery.History`

## 1.1.1
## 1.1.1 (2017-09-05)
* More descriptive errors (when args are not list) for:
* `Mockery.Assertions.assert_called/3`
* `Mockery.Assertions.refute_called/3`
* `Mockery.Assertions.assert_called/4`
* `Mockery.Assertions.refute_called/4`
* Removed unnecessary `Elixir.` namespace from module names in error messages

## 1.1.0
## 1.1.0 (2017-08-07)
* Added `Mockery.mock/2` (`Mockery.mock/3` value defaults to `:mocked`)
* Added `Mockery.Assertions.assert_called/4` macro
* Added `Mockery.Assertions.refute_called/4` macro

## 1.0.1
## 1.0.1 (2017-08-02)
* Fixed issue when mocking with `nil` or `false`

## 1.0.0
## 1.0.0 (2017-07-30)
* Added `use Mockery` for importing both `Mockery` and `Mockery.Assertions`
* Added `Mockery.Assertions.refute_called/2` and `Mockery.Assertions.refute_called/3`
* Loosen elixir version requirement from `~> 1.3` to `~> 1.1`
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Mockery.Mixfile do
use Mix.Project

@version "1.3.0"
@version "1.3.1"

def project do
[
Expand Down

0 comments on commit afb53c5

Please sign in to comment.