Skip to content

Commit

Permalink
Bump version to 0.2.7
Browse files Browse the repository at this point in the history
* Bump actions/checkout from 3 to 4
* Add missing dependency for ruby head
* ci: add ruby 3.3 into test matrix
* Allow nokogiri v1.16 series (FYI: CVE-2024-25062)

Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
  • Loading branch information
kenhys committed Mar 7, 2024
1 parent 0425bf5 commit 2a64bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluent-plugin-parser-winevt_xml.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = "fluent-plugin-parser-winevt_xml"
spec.version = "0.2.6"
spec.version = "0.2.7"
spec.authors = ["Hiroshi Hatake", "Masahiro Nakagawa"]
spec.email = ["cosmo0920.oucc@gmail.com", "repeatedly@gmail.com"]
spec.summary = %q{Fluentd Parser plugin to parse XML rendered windows event log.}
Expand Down

0 comments on commit 2a64bda

Please sign in to comment.