Skip to content

Commit 8154981

Browse files
committed
Version 1.0.0 🎉
Signed-off-by: Ed Robinson <[email protected]>
1 parent 91faf3c commit 8154981

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,18 @@ Join the #plugin-systemd channel on the [Fluentd Slack](http://slack.fluentd.org
2121
| > 0.1.0 | >= 0.14.11, < 2 | 3 | >= 2.1 |
2222
| 0.0.x | ~> 0.12.0 | 2 | >= 1.9 |
2323

24-
* The 0.x.x series is developed from this branch (master)
24+
* The 1.x.x series is developed from this branch (master)
2525
* 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)
26-
* The next version is currently under development on the [1.0.0 branch](https://github.com/reevoo/fluent-plugin-systemd/tree/1.0.0) it's progress is tracked [here](https://github.com/reevoo/fluent-plugin-systemd/issues/53)
2726

2827
## Installation
2928

3029
Simply use RubyGems:
3130

32-
gem install fluent-plugin-systemd -v 0.3.1
31+
gem install fluent-plugin-systemd -v 1.0.0
3332

3433
or
3534

36-
td-agent-gem install fluent-plugin-systemd -v 0.3.1
35+
td-agent-gem install fluent-plugin-systemd -v 1.0.0
3736

3837
## Upgrading
3938

@@ -76,7 +75,7 @@ Expects an array of hashes defining desired matches to filter the log
7675
messages with. When this property is not specified, this plugin will default to
7776
reading all logs from the journal.
7877

79-
See [matching details](docs/Matching-Details.md) for a more exhaustive
78+
See [matching details](docs/matching.md) for a more exhaustive
8079
description of this property and how to use it.
8180

8281
**`storage`**
File renamed without changes.

fluent-plugin-systemd.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
66

77
Gem::Specification.new do |spec|
88
spec.name = 'fluent-plugin-systemd'
9-
spec.version = '1.0.0.rc3'
9+
spec.version = '1.0.0'
1010
spec.authors = ['Ed Robinson']
1111
spec.email = ['[email protected]']
1212

0 commit comments

Comments
 (0)