File tree 3 files changed +10
-3
lines changed
3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [ Unreleased] [ ]
9
9
10
+ ## [ 0.3.2] [ ] - 2019-06-15
11
+
12
+ ### Updated
13
+
14
+ - Updated dependencies
15
+
10
16
## [ 0.3.1] [ ] - 2019-03-18
11
17
12
18
### Fixed
@@ -43,7 +49,8 @@ PR [#23](https://github.com/peek-travel/excal/pull/23)
43
49
44
50
### Initial release
45
51
46
- [ Unreleased ] : https://github.com/peek-travel/excal/compare/0.3.1...HEAD
52
+ [ Unreleased ] : https://github.com/peek-travel/excal/compare/0.3.2...HEAD
53
+ [ 0.3.2 ] : https://github.com/peek-travel/excal/compare/0.3.1...0.3.2
47
54
[ 0.3.1 ] : https://github.com/peek-travel/excal/compare/0.3.0...0.3.1
48
55
[ 0.3.0 ] : https://github.com/peek-travel/excal/compare/0.2.0...0.3.0
49
56
[ 0.2.0 ] : https://github.com/peek-travel/excal/compare/0.1.0...0.2.0
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ The package can be installed by adding `excal` to your list of dependencies in `
43
43
``` elixir
44
44
def deps do
45
45
[
46
- {:excal , " ~> 0.3.1 " }
46
+ {:excal , " ~> 0.3.2 " }
47
47
]
48
48
end
49
49
```
Original file line number Diff line number Diff line change 1
1
defmodule Excal.MixProject do
2
2
use Mix.Project
3
3
4
- @ version "0.3.1 "
4
+ @ version "0.3.2 "
5
5
@ source_url "https://github.com/peek-travel/excal"
6
6
7
7
def project do
You can’t perform that action at this time.
0 commit comments