Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.29.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index cc8c31f..26e825e 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for Fluent::Logger
 
 {{$NEXT}}
 
+0.29 2024-08-16T03:52:39Z
+  * Set Data::MessagePack->utf8(1) by default (#33,#32 fujiwara, allanoepping)
+
 0.28 2020-04-24T02:55:44Z
   * Switch to Path::Tiny from Path:Class (#30 jjatria)
  • Loading branch information
fujiwara committed Aug 16, 2024
1 parent 80fe7c4 commit 50ecc16
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Revision history for Fluent::Logger

{{$NEXT}}

0.29 2024-08-16T03:52:39Z
* Set Data::MessagePack->utf8(1) by default (#33,#32 fujiwara, allanoepping)

0.28 2020-04-24T02:55:44Z
* Switch to Path::Tiny from Path:Class (#30 jjatria)

Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"web" : "https://github.com/fluent/fluent-logger-perl"
}
},
"version" : "0.28",
"version" : "0.29",
"x_contributors" : [
"Alexandr Ciornii <[email protected]>",
"Brian Fraser <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion lib/Fluent/Logger.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package Fluent::Logger;
use strict;
use warnings;

our $VERSION = '0.28';
our $VERSION = '0.29';

use IO::Select;
use IO::Socket::INET;
Expand Down

0 comments on commit 50ecc16

Please sign in to comment.