Skip to content

Commit

Permalink
Raise version to 1.1.0, add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolauska committed Jul 20, 2017
1 parent f1f5d6a commit 5c1735e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## 1.1.0

* Added parse_file/2 and parse_file!/2 functions
* More documentation to help using toml tuple list

## 1.0.0

First release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ dependencies in `mix.exs`:

```elixir
def deps do
[{:toml_elixir, "~> 1.0.0"}]
[{:toml_elixir, "~> 1.1.0"}]
end
```

0 comments on commit 5c1735e

Please sign in to comment.