mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-05 19:06:12 +02:00
v0.1.3
This commit is contained in:
parent
9058720ec4
commit
b886f75491
@ -1,3 +1,7 @@
|
||||
Release 0.1.3 - 2014/08/13
|
||||
|
||||
* [feature] Add out_elasticsearch setting
|
||||
|
||||
Release 0.1.2 - 2014/08/07
|
||||
|
||||
* [fixed] Can't login if password changed from default
|
||||
@ -7,7 +11,6 @@ Release 0.1.1 - 2014/08/07
|
||||
* [fixed] Can't install a gem on some environment #70
|
||||
* [fixed] Can't setup in_tail if recognized as binary file selected #71
|
||||
|
||||
|
||||
Release 0.1.0 - 2014/08/01
|
||||
|
||||
* First release!
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
fluentd-ui (0.1.2)
|
||||
fluentd-ui (0.1.3)
|
||||
addressable
|
||||
bcrypt (~> 3.1.5)
|
||||
bundler
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
module FluentdUI
|
||||
VERSION = "0.1.2"
|
||||
VERSION = "0.1.3"
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user