Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmhughes committed Oct 3, 2021
1 parent ed87272 commit 9207e51
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# tp_link_smartplug

## v0.3.0

- Rescue host not reachable error when connecting
- Test and build with Ruby 3.0
- Fix debug output conversion error

## v0.2.1

- Add missing base class initialize method
Expand Down
2 changes: 1 addition & 1 deletion lib/tp_link_smartplug/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# @author Ben Hughes
module TpLinkSmartplug
# Gem version
VERSION = '0.2.0'.freeze
VERSION = '0.3.0'.freeze
end
2 changes: 1 addition & 1 deletion tp_link_smartplug.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = 'tp_link_smartplug'
spec.version = '0.2.1'
spec.version = '0.3.0'
spec.summary = 'TP-Link HS100/110 Smart Plug interaction library'
spec.description = 'Control and retrieve data from a TP-Link HS100/110 (Metered) Smartplug'
spec.authors = ['Ben Hughes']
Expand Down

0 comments on commit 9207e51

Please sign in to comment.