Skip to content

Commit

Permalink
Prepare release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelotto committed Sep 17, 2018
1 parent 0566be8 commit 6f83af5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) and
[Keep a CHANGELOG](http://keepachangelog.com).


## Unreleased
## 0.2.0 - 2018-09-17

### Changed

Expand All @@ -14,7 +14,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) and
to the latest versions of RDF.ex and SPARQL.ex)


[Compare v0.1.1...HEAD](https://github.com/marcelotto/sparql_client/compare/v0.1.1...HEAD)
[Compare v0.1.1...v0.2.0](https://github.com/marcelotto/sparql_client/compare/v0.1.1...v0.2.0)


## v0.1.1 - 2018-08-21
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The [SPARQL.Client] Hex package can be installed as usual, by adding `sparql_cli
```elixir
def deps do
[
{:sparql_client, "~> 0.1"}
{:sparql_client, "~> 0.2"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0-dev
0.2.0

0 comments on commit 6f83af5

Please sign in to comment.