mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-08 23:37:08 +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
|
## Release 1.0.0.beta.1 - 2018/07/19
|
||||||
|
|
||||||
* [maintenance] Introduce ESLint [#249](https://github.com/fluent/fluentd-ui/pull/249)
|
* [maintenance] Introduce ESLint [#249](https://github.com/fluent/fluentd-ui/pull/249)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
fluentd-ui (1.0.0.beta.1)
|
fluentd-ui (1.0.0)
|
||||||
addressable
|
addressable
|
||||||
bootsnap (>= 1.1.0)
|
bootsnap (>= 1.1.0)
|
||||||
bundler
|
bundler
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
module FluentdUI
|
module FluentdUI
|
||||||
VERSION = "1.0.0.beta.1"
|
VERSION = "1.0.0"
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user