This commit is contained in:
鳥井 雪 2014-12-17 14:33:11 +09:00
parent d3b3047e52
commit be84f285cc
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Release 0.3.10 - 2014/12/17
* [maintenance] Update components.
* [improve] Add fluentd default plugin settings.
* [fixed] Fix #121. Change to allow utf-8 string instead of ascii.
Release 0.3.9 - 2014/12/01
* [improve] Display current setting for each section.

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
fluentd-ui (0.3.9)
fluentd-ui (0.3.10)
addressable
bundler
draper (~> 1.3)

View File

@ -1,3 +1,3 @@
module FluentdUI
VERSION = "0.3.9"
VERSION = "0.3.10"
end