Skip to content

Commit

Permalink
Bump to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ferd committed May 9, 2019
1 parent df7e720 commit 24baef3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,9 @@ Roadmap
- add example basic usage
- add example usage with optional tracing for IDs
- clean up test suites
- incorporating lager's safer truncating logic (might be a breaking change prior to 1.0.0)

Changelog
---------

- 0.1.1: added optionally colored logs (thanks @pfenoll)
2 changes: 1 addition & 1 deletion src/flatlog.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{application, flatlog,
[{description, "A custom formatter for the logger application that turns "
"maps into single line text logs"},
{vsn, "0.1.0"},
{vsn, "0.1.1"},
{registered, []},
{applications,
[kernel,
Expand Down

0 comments on commit 24baef3

Please sign in to comment.