Prepare release 0.3.0
This commit is contained in:
parent
66169dc85c
commit
938afccbbe
3 changed files with 6 additions and 6 deletions
|
@ -5,12 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/) and
|
|||
[Keep a CHANGELOG](http://keepachangelog.com).
|
||||
|
||||
|
||||
## Unreleased
|
||||
## 0.3.0 - 2018-09-17
|
||||
|
||||
No significant changes. Just some adoptions to work with RDF.ex 0.5, which drops
|
||||
support for Elixir versions < 1.6.
|
||||
No significant changes. Just some adoptions to work with RDF.ex 0.5.
|
||||
But together with RDF.ex 0.5, Elixir versions < 1.6 are no longer supported.
|
||||
|
||||
[Compare v0.2.3...HEAD](https://github.com/marcelotto/jsonld-ex/compare/v0.2.3...HEAD)
|
||||
[Compare v0.2.3...v0.3.0](https://github.com/marcelotto/jsonld-ex/compare/v0.2.3...v0.3.0)
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ The [JSON-LD.ex](https://hex.pm/packages/json_ld) Hex package can be installed a
|
|||
|
||||
```elixir
|
||||
def deps do
|
||||
[{:json_ld, "~> 0.2"}]
|
||||
[{:json_ld, "~> 0.3"}]
|
||||
end
|
||||
```
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
0.3.0-dev
|
||||
0.3.0
|
||||
|
|
Loading…
Reference in a new issue