Skip to content

Commit 0dc9bea

Browse files
committed
Bump version/write changelog
1 parent 71b7123 commit 0dc9bea

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,9 @@ Details:
204204
- [ ] Per-module or even per-spec settings to turn on/off, configure formatter, etc.
205205

206206
### Changelog
207+
- 0.10.7 -
208+
- Fixes:
209+
- Ensures fixed-maps are checked for superfluous keys (c.f. #96). Thank you very much, @spatrik!
207210
- 0.10.6 -
208211
- Fixes:
209212
- 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).

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule TypeCheck.MixProject do
66
def project do
77
[
88
app: :type_check,
9-
version: "0.10.6",
9+
version: "0.10.7",
1010
elixir: "~> 1.9",
1111
start_permanent: Mix.env() == :prod,
1212
deps: deps(),

0 commit comments

Comments
 (0)