Skip to content

Commit

Permalink
release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed Dec 28, 2017
1 parent e83e2bf commit a236721
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.7.0-dev
## v0.7.0 (2017-12-28)

- Enhancements
- Basic support for defining a default graph query language
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Tested cayley versions:
- `0.7.0`

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


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.7.0-dev",
version: "0.7.0",
elixir: "~> 1.3",
deps: deps(),
elixirc_paths: elixirc_paths(Mix.env()),
Expand Down Expand Up @@ -44,7 +44,7 @@ defmodule Caylir.Mixfile do
[
extras: ["CHANGELOG.md", "README.md"],
main: "readme",
source_ref: "master",
source_ref: "v0.7.0",
source_url: @url_github
]
end
Expand Down

0 comments on commit a236721

Please sign in to comment.