Skip to content

Commit

Permalink
release v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed Apr 28, 2019
1 parent 5482fe3 commit 2a474a5
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.11.0-dev
## v0.11.0 (2019-04-28)

- Enhancements
- Initializer modules can be defined with additional arguments by using `{mod, fun, args}`
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Tested cayley versions:
- `0.7.4`
- `0.7.5`

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

## Package Setup

Expand All @@ -25,7 +25,7 @@ Add caylir as a dependency to your `mix.exs` file:
defp deps do
[
# ...
{:caylir, "~> 0.10"},
{:caylir, "~> 0.11"},
# ...
]
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.11.0-dev",
version: "0.11.0",
elixir: "~> 1.5",
deps: deps(),
description: "Cayley driver for Elixir",
Expand Down Expand Up @@ -45,7 +45,7 @@ defmodule Caylir.Mixfile do
[
extras: ["CHANGELOG.md", "README.md"],
main: "readme",
source_ref: "master",
source_ref: "v0.11.0",
source_url: @url_github
]
end
Expand Down

0 comments on commit 2a474a5

Please sign in to comment.