Skip to content

Commit

Permalink
preparing for 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
akasprzok committed Jul 28, 2022
1 parent b0213b6 commit 61ee583
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ config :logfmt_ex, :opts,

## Encoding

Structs can be encoded via the [LogfmtEx.ValueEncoder](lib/logfmt_ex/value_encoder.ex) protocol.
Structs can be encoded via the `ValueEncoder` protocol.

```elixir
defmodule User do
Expand Down
8 changes: 3 additions & 5 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule LogfmtEx.MixProject do
use Mix.Project

@version "0.3.0"
@version "0.3.1"
@url "https://github.com/akasprzok/logfmt_ex"

def project do
Expand Down Expand Up @@ -49,8 +49,7 @@ defmodule LogfmtEx.MixProject do

defp description do
"""
LogfmtEx is a formatter for Elixir's :console Logger backend.
It emits logs in logfmt and is extensible via a value encoder protocol.
A logfmt log formatter for Elixir's :console logger backend.
"""
end

Expand All @@ -65,8 +64,7 @@ defmodule LogfmtEx.MixProject do

defp docs do
[
main: "LogfmtEx",
extras: ["README.md"]
main: "LogfmtEx"
]
end
end

0 comments on commit 61ee583

Please sign in to comment.