Skip to content

Commit a0558bf

Browse files
committed
Release 0.3.2
1 parent 022e5b1 commit a0558bf

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased][]
99

10+
## [0.3.2][] - 2019-06-15
11+
12+
### Updated
13+
14+
- Updated dependencies
15+
1016
## [0.3.1][] - 2019-03-18
1117

1218
### Fixed
@@ -43,7 +49,8 @@ PR [#23](https://github.com/peek-travel/excal/pull/23)
4349

4450
### Initial release
4551

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
4754
[0.3.1]: https://github.com/peek-travel/excal/compare/0.3.0...0.3.1
4855
[0.3.0]: https://github.com/peek-travel/excal/compare/0.2.0...0.3.0
4956
[0.2.0]: https://github.com/peek-travel/excal/compare/0.1.0...0.2.0

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The package can be installed by adding `excal` to your list of dependencies in `
4343
```elixir
4444
def deps do
4545
[
46-
{:excal, "~> 0.3.1"}
46+
{:excal, "~> 0.3.2"}
4747
]
4848
end
4949
```

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Excal.MixProject do
22
use Mix.Project
33

4-
@version "0.3.1"
4+
@version "0.3.2"
55
@source_url "https://github.com/peek-travel/excal"
66

77
def project do

0 commit comments

Comments
 (0)