mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-09 07:47:07 +02:00
v1.0.0
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
ed29e250d8
commit
bc0403ed59
@ -1,3 +1,9 @@
|
||||
## Release 1.0.0 - 2018/08/17
|
||||
|
||||
* [maintenance] Update recommended plugins [#226](https://github.com/fluent/fluentd-ui/pull/226)
|
||||
* [improvement] Support relative path [#255](https://github.com/fluent/fluentd-ui/pull/255)
|
||||
* [maintenance] Use test-unit-rails [#254](https://github.com/fluent/fluentd-ui/pull/254)
|
||||
|
||||
## Release 1.0.0.beta.1 - 2018/07/19
|
||||
|
||||
* [maintenance] Introduce ESLint [#249](https://github.com/fluent/fluentd-ui/pull/249)
|
||||
|
@ -1,7 +1,7 @@
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
fluentd-ui (1.0.0.beta.1)
|
||||
fluentd-ui (1.0.0)
|
||||
addressable
|
||||
bootsnap (>= 1.1.0)
|
||||
bundler
|
||||
|
@ -1,3 +1,3 @@
|
||||
module FluentdUI
|
||||
VERSION = "1.0.0.beta.1"
|
||||
VERSION = "1.0.0"
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user