diff --git a/README.md b/README.md index 80e352c6..e31642c2 100644 --- a/README.md +++ b/README.md @@ -204,6 +204,9 @@ Details: - [ ] Per-module or even per-spec settings to turn on/off, configure formatter, etc. ### Changelog +- 0.10.7 - + - Fixes: + - Ensures fixed-maps are checked for superfluous keys (c.f. #96). Thank you very much, @spatrik! - 0.10.6 - - Fixes: - Fixes issue where Dialyzer would sometimes complain about the generated return-type checking code if the implementation of the function itself was trivial. (c.f. #85). diff --git a/mix.exs b/mix.exs index 85bb1dbd..2c2764be 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule TypeCheck.MixProject do def project do [ app: :type_check, - version: "0.10.6", + version: "0.10.7", elixir: "~> 1.9", start_permanent: Mix.env() == :prod, deps: deps(),