Skip to content

Commit 7a0d1c3

Browse files
authored
v0.10.0 (#107)
Signed-off-by: Shizuo Fujita <[email protected]>
1 parent 9e329d1 commit 7a0d1c3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Release 0.10.0 - 2025/09/04
2+
3+
* Add timeout option (#104)
4+
* gemspec: add logger gem as runtime dependency
5+
16
Release 0.9.1 - 2023/12/20
27

38
* Fix invalid message polluting subsequent message

lib/fluent/logger/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Fluent
22
module Logger
3-
VERSION = '0.9.1'
3+
VERSION = '0.10.0'
44
end
55
end

0 commit comments

Comments
 (0)