Skip to content

Commit

Permalink
Release Version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
errm committed Feb 20, 2017
1 parent 37abd46 commit 565b9ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
# Requirements <a name="requirements"></a>


|fluent-plugin-systemd|fluentd|ruby|
|fluent-plugin-systemd|fluentd|td-agent|ruby|
|----|----|----|
| 0.1.x | >= 0.14.11, < 2 | >= 2.1 |
| 0.0.x | ~> 0.12.0 | >= 1.9 |
| 0.1.x | >= 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.0.x series (compatible with fluentd v0.12) is developed on the [0.0.x branch](https://github.com/reevoo/fluent-plugin-systemd/tree/0.0.x)
* 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)

## Overview

Expand All @@ -21,11 +21,11 @@

Simply use RubyGems:

gem install fluent-plugin-systemd -v 0.1.0
gem install fluent-plugin-systemd -v 0.1.1

or

td-agent-gem install fluent-plugin-systemd -v 0.6.0
td-agent-gem install fluent-plugin-systemd -v 0.1.1

## 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 @@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = "fluent-plugin-systemd"
spec.version = "0.1.1.pre3"
spec.version = "0.1.1"
spec.authors = ["Ed Robinson"]
spec.email = ["[email protected]"]

Expand Down

0 comments on commit 565b9ab

Please sign in to comment.