Checking in changes prior to tagging of version 0.1.0.

Changelog diff is:

diff --git a/Changes b/Changes
index faf34cd..b732829 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for Perl extension Log-Mini

 {{$NEXT}}

+0.1.0 2019-03-19T12:08:23Z
+    - Supports formatted with sprintf messages
+    - log method was added
+
 0.0.3 2019-03-05T15:48:33Z
     - Unused say feature was removed
This commit is contained in:
Denis Fedoseev 2019-03-19 15:08:29 +03:00
parent 6918a1536b
commit f5c0a42887
3 changed files with 5 additions and 2 deletions

View file

@ -2,6 +2,10 @@ Revision history for Perl extension Log-Mini
{{$NEXT}}
0.1.0 2019-03-19T12:08:23Z
- Supports formatted with sprintf messages
- log method was added
0.0.3 2019-03-05T15:48:33Z
- Unused say feature was removed

View file

@ -68,7 +68,7 @@
"web" : "https://github.com/alpha6/Log-Mini"
}
},
"version" : "0.0.3",
"version" : "0.1.0",
"x_serialization_backend" : "JSON::PP version 2.93",
"x_static_install" : 1
}

View file

@ -24,7 +24,6 @@ Log::Mini - It's a very simple logger which can log your messages to a file or S
#log method for better compatibility
$logger->log('info', 'information message');
# DESCRIPTION
Log::Mini is a very simple logger which can log your messages to a file or STDERR.