Skip to content

Commit

Permalink
Bump version/write changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Qqwy committed Feb 12, 2022
1 parent 71b7123 commit 0dc9bea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -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(),
Expand Down

0 comments on commit 0dc9bea

Please sign in to comment.