Skip to content

Commit

Permalink
bump version / update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Qqwy committed Nov 20, 2021
1 parent 9456329 commit 5eafd36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -204,6 +204,10 @@ Details:
- [ ] Per-module or even per-spec settings to turn on/off, configure formatter, etc.

### Changelog
- 0.10.4 -
- Fixes:
- Fixes issue where sometimes results of specs returning a struct would remove some or all struct fields. (c.f. #78)
- Related: Ensures that when a `@type!` containing a `%__MODULE__{}` is used before that module's `defstruct`, a clear CompileError is created (c.f. #83).
- 0.10.3 -
- Fixes:
- Fixes issue when TypeCheck specs were used inside a defprotocol module or other modules where the normal `def`/`defp` macros are hidden/overridden.
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.3",
version: "0.10.4",
elixir: "~> 1.9",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 5eafd36

Please sign in to comment.