Skip to content

Commit

Permalink
release v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed Sep 30, 2018
1 parent f206d65 commit 259f720
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v0.9.0-dev
## v0.9.0 (2018-09-30)

- Enhancements
- Compiling a graph module without passing an `:otp_app` will now raise
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Tested cayley versions:
- `0.7.4`

(see
[`.travis.yml`](https://github.com/mneudert/caylir/blob/master/.travis.yml)
[`.travis.yml`](https://github.com/mneudert/caylir/blob/v0.9.0/.travis.yml)
to be sure)

## Package Setup
Expand All @@ -24,7 +24,7 @@ Add caylir as a dependency to your `mix.exs` file:
defp deps do
[
# ...
{:caylir, "~> 0.8"},
{:caylir, "~> 0.9"},
# ...
]
end
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule Caylir.Mixfile do
[
app: :caylir,
name: "Caylir",
version: "0.9.0-dev",
version: "0.9.0",
elixir: "~> 1.5",
deps: deps(),
description: "Cayley driver for Elixir",
Expand Down Expand Up @@ -42,7 +42,7 @@ defmodule Caylir.Mixfile do
[
extras: ["CHANGELOG.md", "README.md"],
main: "readme",
source_ref: "master",
source_ref: "v0.9.0",
source_url: @url_github
]
end
Expand Down

0 comments on commit 259f720

Please sign in to comment.