Skip to content

Commit

Permalink
Version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmhughes committed Jan 19, 2024
1 parent f2c6269 commit bbbf917
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# tp_link_smartplug

## v0.4.0

- Refactor connect/disconnect logic
- Correct initial connection timeout variable
- Add auto connect/disconnect option to device `TpLinkSmartplug::Device.new`
- Rubocop fixup

## v0.3.0

- Rescue host not reachable error when connecting
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.3.0'.freeze
VERSION = '0.4.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.3.0'
spec.version = '0.4.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 bbbf917

Please sign in to comment.