From 92656047c7817631ff5b4b896e6bbc34c4c83e07 Mon Sep 17 00:00:00 2001 From: Kentaro Hayashi Date: Wed, 11 Sep 2024 14:48:56 +0900 Subject: [PATCH 1/2] Add more requirement explanation Signed-off-by: Kentaro Hayashi --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c218a8e..f359706 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ Join the #plugin-systemd channel on the [Fluentd Slack](http://slack.fluentd.org | > 0.1.0 | >= 0.14.11, < 2 | 3 | >= 2.1 | | 0.0.x | ~> 0.12.0 | 2 | >= 1.9 | +|fluent-plugin-systemd|fluentd|fluent-package|ruby| +|----|----|----|----| +| >= 1.1.0 | >= 0.14.11, < 2 | 5 | >= 3.0 | + * The 1.x.x series is developed from this branch (master) * The 0.0.x series (compatible with fluentd v0.12, and td-agent 2) is maintained on the [0.0.x branch](https://github.com/reevoo/fluent-plugin-systemd/tree/0.0.x) From bf0256a5e49ce6ad0d0e2eb1066bacbd078804fd Mon Sep 17 00:00:00 2001 From: Kentaro Hayashi Date: Wed, 11 Sep 2024 14:49:20 +0900 Subject: [PATCH 2/2] Version 1.1.0 Signed-off-by: Kentaro Hayashi --- fluent-plugin-systemd.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fluent-plugin-systemd.gemspec b/fluent-plugin-systemd.gemspec index e826a8d..d6aa4de 100644 --- a/fluent-plugin-systemd.gemspec +++ b/fluent-plugin-systemd.gemspec @@ -6,7 +6,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |spec| spec.name = 'fluent-plugin-systemd' - spec.version = '1.0.5' + spec.version = '1.1.0' spec.authors = ['Ed Robinson'] spec.email = ['edward-robinson@cookpad.com']