Skip to content

Commit 8e61863

Browse files
committed
Bump version to 0.9.0
1 parent a46a808 commit 8e61863

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.9.0
4+
5+
- Add typespecs for docs and code analysis
6+
- Code analysis prevents type inconsistencies
7+
- Use Travis as new CI
8+
- New changelog format
9+
310
## 0.8.5
411

512
- Implement Presence protocol for Float

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To use Presence with your projects, edit your `mix.exs` file and add it as a dep
1515

1616
```elixir
1717
defp deps do
18-
[{:presence, "~> 0.8.5"}]
18+
[{:presence, "~> 0.9.0"}]
1919
end
2020
```
2121

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule Presence.Mixfile do
55
[
66
app: :presence,
77
app: :excoveralls,
8-
version: "0.8.5",
8+
version: "0.9.0",
99
elixir: "~> 1.4",
1010
build_embedded: Mix.env == :prod,
1111
start_permanent: Mix.env == :prod,

0 commit comments

Comments
 (0)