From 260ae7bf004ced7878a3b2dd90987e5f37be952d Mon Sep 17 00:00:00 2001 From: Ed Robinson Date: Tue, 25 Jul 2017 12:50:09 +0100 Subject: [PATCH] Version 0.3.0 --- README.md | 8 ++++---- fluent-plugin-systemd.gemspec | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cd273ff..b35a767 100644 --- a/README.md +++ b/README.md @@ -18,21 +18,21 @@ Join the #plugin-systemd channel on the [Fluentd Slack](http://slack.fluentd.org |fluent-plugin-systemd|fluentd|td-agent|ruby| |----|----|----|----| -| 0.2.x | >= 0.14.11, < 2 | 3 | >= 2.1 | +| > 0.1.0 | >= 0.14.11, < 2 | 3 | >= 2.1 | | 0.0.x | ~> 0.12.0 | 2 | >= 1.9 | -* The 0.1.x series is developed from this branch (master) +* The 0.x.x series is developed from this branch (master) * The 0.0.x series (compatible with fluentd v0.12, and td-agent 2) is developed on the [0.0.x branch](https://github.com/reevoo/fluent-plugin-systemd/tree/0.0.x) ## Installation Simply use RubyGems: - gem install fluent-plugin-systemd -v 0.2.0 + gem install fluent-plugin-systemd -v 0.3.0 or - td-agent-gem install fluent-plugin-systemd -v 0.2.0 + td-agent-gem install fluent-plugin-systemd -v 0.3.0 ## Input Plugin Configuration diff --git a/fluent-plugin-systemd.gemspec b/fluent-plugin-systemd.gemspec index 57eb5af..39c18cc 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 = "0.2.0" + spec.version = "0.3.0" spec.authors = ["Ed Robinson"] spec.email = ["ed@reevoo.com"]