Skip to content

Commit 0095740

Browse files
authored
Release: bump version, update changelog (#7)
1 parent 8f0d3f5 commit 0095740

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.2.1 - 2025-08-22
2+
3+
* Relax log level (#6)
4+
* Use :cmd backend for Windows platform (#4)
5+
* gemspec: move development dependencies to Gemfile (#3)
6+
17
# 0.2.0 - 2025-07-14
28

39
* Make robust for future distribution release

fluent-plugin-fluent-package-update-notifier.gemspec

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

44
Gem::Specification.new do |spec|
55
spec.name = "fluent-plugin-fluent-package-update-notifier"
6-
spec.version = "0.2.0"
6+
spec.version = "0.2.1"
77
spec.authors = ["Kentaro Hayashi"]
88
spec.email = ["[email protected]"]
99

0 commit comments

Comments
 (0)