Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
Kenji Okimoto 2018-08-17 14:01:59 +09:00
parent ed29e250d8
commit bc0403ed59
No known key found for this signature in database
GPG Key ID: F9E3E329A5C5E4A1
3 changed files with 8 additions and 2 deletions

View File

@ -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)

View File

@ -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

View File

@ -1,3 +1,3 @@
module FluentdUI module FluentdUI
VERSION = "1.0.0.beta.1" VERSION = "1.0.0"
end end