File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## 0.2.4 (2022-03-10)
9
+
10
+ - Bug fixes
11
+ - Close the file after we are done reading it by @ding-an-sich
12
+
8
13
## 0.2.3 (2022-04-26)
9
14
10
15
- Bug fixes
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ by adding `infer` to your list of dependencies in `mix.exs`:
12
12
``` elixir
13
13
def deps do
14
14
[
15
- {:infer , " ~> 0.2.3 " }
15
+ {:infer , " ~> 0.2.4 " }
16
16
]
17
17
end
18
18
```
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule Infer.MixProject do
4
4
def project do
5
5
[
6
6
app: :infer ,
7
- version: "0.2.3 " ,
7
+ version: "0.2.4 " ,
8
8
elixir: "~> 1.10" ,
9
9
elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
10
10
start_permanent: Mix . env ( ) == :prod ,
You can’t perform that action at this time.
0 commit comments