Skip to content

Commit

Permalink
Prepare for 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
agis committed Feb 27, 2021
1 parent a7d52ee commit 21240f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ Breaking changes are prefixed with a "[BREAKING]" label.

## master (unreleased)

## 0.1.1 (2021-02-27)

This is a release with no actual changes in the source code. It's merely added
to tackle #4.



Expand Down
2 changes: 1 addition & 1 deletion sd_notify.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = "sd_notify"
s.version = "0.1.0"
s.version = "0.1.1"
s.summary = "Pure Ruby implementation of systemd's sd_notify(3)"
s.description = "sd_notify can be used to notify systemd about various " \
"service status changes of Ruby programs"
Expand Down

0 comments on commit 21240f1

Please sign in to comment.