Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
errm committed Jul 25, 2017
1 parent a9ae098 commit 260ae7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion fluent-plugin-systemd.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ["[email protected]"]

Expand Down

0 comments on commit 260ae7b

Please sign in to comment.