File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## [ 0.1.13] - 2019/06/03
3
+ ## [ 0.1.15] - 2019/07/11
4
+
5
+ ### CHANGED
6
+
7
+ - fix: Sysmte.cwd replace to File.cwd(https://github.com/lyokato/aws_ex_ray/pull/17 ). thanks to hiromoon.
8
+
9
+ ## [ 0.1.14] - 2019/06/03
4
10
5
11
### CHANGED
6
12
Original file line number Diff line number Diff line change 23
23
24
24
def deps do
25
25
[
26
- {:aws_ex_ray , " ~> 0.1.14 " },
26
+ {:aws_ex_ray , " ~> 0.1.15 " },
27
27
28
28
# add support libraries as you like
29
29
{:aws_ex_ray_plug , " ~> 0.1" },
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule AwsExRay.MixProject do
4
4
def project do
5
5
[
6
6
app: :aws_ex_ray ,
7
- version: "0.1.14 " ,
7
+ version: "0.1.15 " ,
8
8
elixir: "~> 1.6" ,
9
9
package: package ( ) ,
10
10
start_permanent: Mix . env ( ) == :prod ,
You can’t perform that action at this time.
0 commit comments