Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Qqwy committed Jan 30, 2023
1 parent cbb82ad commit 5e7f186
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,9 @@ Details:
- [ ] Per-module or even per-spec settings to turn on/off, configure formatter, etc.

### Changelog
- 0.13.3 -
- Fixes:
- Ensures that TypeCheck can be used in Erlang-style modules (that do not start with 'Elixir.') (c.f. #174).
- 0.13.2 -
- Fixes:
- Fixes issue when unions are used as type arguments in remote types. Than you very much, @dvic! (c.f. #164).
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule TypeCheck.MixProject do
def project do
[
app: :type_check,
version: "0.13.2",
version: "0.13.3",
elixir: "~> 1.9",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 5e7f186

Please sign in to comment.