Skip to content

Commit 61e92a8

Browse files
committed
Release 0.2.0
1 parent 5962fc4 commit 61e92a8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ flowchart TD
9898
def deps do
9999
[
100100
# The package only makes sense for tests!
101-
{:logger_handler_kit, only: :test, "~> 0.1.0"}
101+
{:logger_handler_kit, only: :test, "~> 0.2.0"}
102102
]
103103
end
104104
```
@@ -137,7 +137,7 @@ end
137137

138138
## TODO
139139

140-
* [ ] cover metadata
140+
* [x] cover metadata
141141
* [ ] cover overload protection
142-
* [ ] cover encoding/serialization
142+
* [x] cover encoding/serialization
143143
* [ ] cover logging packages overview

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule LoggerHandlerKit.MixProject do
22
use Mix.Project
33

4-
@version "0.1.0"
4+
@version "0.2.0"
55
@source_url "https://github.com/martosaur/logger_handler_kit"
66

77
def project do

0 commit comments

Comments
 (0)