Skip to content

Commit

Permalink
Release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
obmarg committed Apr 10, 2018
1 parent 1bd30f0 commit 27e9ab9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ This project intends to inhere to [Semantic
Versioning](http://semver.org/spec/v2.0.0.html), but has not yet reached 1.0 so
all APIs might be changed.

## v0.8.0 - 2018-04-10

### Breaking Changes

- Kazan now depends on YamlElixir 2.0. This isn't a breaking change for users
of Kazan, but may be a breaking change if you use YamlElixir directly.
However, the upgrade process should be reasonably easy - the read_from_x
functions have just been renamed to read_from_x!

## v0.7.0 - 2018-04-04

### Changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ If [available in Hex](https://hex.pm/docs/publish), the package can be installed

```elixir
def deps do
[{:kazan, "~> 0.7"}]
[{:kazan, "~> 0.8"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Kazan.Mixfile do

def project do
[app: :kazan,
version: "0.7.0",
version: "0.8.0",
elixir: "~> 1.4",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand Down

0 comments on commit 27e9ab9

Please sign in to comment.