Skip to content

Commit

Permalink
Release v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
qcam committed Feb 26, 2019
1 parent 30b3045 commit 137b12b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## Unrelease

* Add export into xmerl format [#35](https://github.com/qcam/saxy/pull/35).
## v0.9.1

* Fix type spec warnings in `Saxy.SimpleForm`.

## v0.9.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Add `:saxy` to your `mix.exs`.

```elixir
def deps do
[{:saxy, "~> 0.9.0"}]
[{:saxy, "~> 0.9.1"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Saxy.MixProject do
use Mix.Project

@version "0.9.0"
@version "0.9.1"

def project() do
[
Expand Down

0 comments on commit 137b12b

Please sign in to comment.