Skip to content

Commit 65beb86

Browse files
committed
Bump version
1 parent a1f134c commit 65beb86

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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+
813
## 0.2.3 (2022-04-26)
914

1015
- Bug fixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ by adding `infer` to your list of dependencies in `mix.exs`:
1212
```elixir
1313
def deps do
1414
[
15-
{:infer, "~> 0.2.3"}
15+
{:infer, "~> 0.2.4"}
1616
]
1717
end
1818
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Infer.MixProject do
44
def project do
55
[
66
app: :infer,
7-
version: "0.2.3",
7+
version: "0.2.4",
88
elixir: "~> 1.10",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)