File tree Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 9
9
strategy :
10
10
matrix :
11
11
include :
12
- - elixir : ' 1.7.4'
13
- otp : ' 19.3'
14
- - elixir : ' 1.8.2'
15
- otp : ' 20.3'
16
12
- elixir : ' 1.9.4'
17
- otp : ' 21 .3'
13
+ otp : ' 20 .3'
18
14
- elixir : ' 1.10.4'
15
+ otp : ' 21.3'
16
+ - elixir : ' 1.11.4'
19
17
otp : ' 22.3'
20
- - elixir : ' 1.11.3 '
21
- otp : ' 23.0 '
18
+ - elixir : ' 1.11.4 '
19
+ otp : ' 23.3 '
22
20
23
21
env :
24
22
MIX_ENV : test
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v0.3.0-dev
4
+
5
+ - Backwards incompatible changes
6
+ - Minimum required Elixir version is now ` ~> 1.9 `
7
+
3
8
## v0.2.0 (2020-11-07)
4
9
5
10
- Backwards incompatible changes
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ defmodule Geolix.Plug.MixProject do
9
9
app: :geolix_plug ,
10
10
name: "Geolix Plug" ,
11
11
version: @ version ,
12
- elixir: "~> 1.7 " ,
12
+ elixir: "~> 1.9 " ,
13
13
deps: deps ( ) ,
14
14
description: "Geolix Plug" ,
15
15
dialyzer: dialyzer ( ) ,
You can’t perform that action at this time.
0 commit comments