Skip to content

Commit

Permalink
release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorRigby committed Apr 8, 2019
1 parent af84a24 commit 6633b0b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v0.1.1

* Bug fixes
* handle trailing whitespace in config
* handle 0-length strings in config
* handle `:eof` values when reading from env
* Updated dependencies
* `ex_doc` ~> 0.20

## v0.1.0

Initial release
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule UBootEnv.MixProject do
def project do
[
app: :uboot_env,
version: "0.1.0",
version: "0.1.1",
elixir: "~> 1.6",
start_permanent: Mix.env() == :prod,
description: description(),
Expand Down

0 comments on commit 6633b0b

Please sign in to comment.