Skip to content

Commit

Permalink
Release 0.2.1 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
bvicenzo authored Sep 27, 2023
1 parent 333ba5b commit 08728bb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## [Unreleased]

- Add rescue to SocketError exception;
## [0.2.1] - 2023-09-27

- Add rescue to SocketError exception. #12

## [0.2.0] - 2023-05-22

Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
f_http_client (0.2.0)
f_http_client (0.2.1)
activesupport
addressable
dry-configurable
Expand All @@ -12,7 +12,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.7.2)
activesupport (7.0.8)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -26,10 +26,10 @@ GEM
rexml
diff-lcs (1.5.0)
docile (1.4.0)
dry-configurable (1.0.1)
dry-configurable (1.1.0)
dry-core (~> 1.0, < 2)
zeitwerk (~> 2.6)
dry-core (1.0.0)
dry-core (1.0.1)
concurrent-ruby (~> 1.0)
zeitwerk (~> 2.6)
dry-initializer (3.1.1)
Expand All @@ -42,8 +42,8 @@ GEM
concurrent-ruby (~> 1.0)
json (2.6.3)
method_source (1.0.0)
mini_mime (1.1.2)
minitest (5.19.0)
mini_mime (1.1.5)
minitest (5.20.0)
multi_xml (0.6.0)
parallel (1.22.1)
parser (3.2.1.0)
Expand Down Expand Up @@ -105,7 +105,7 @@ GEM
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
zeitwerk (2.6.7)
zeitwerk (2.6.12)

PLATFORMS
x86_64-linux
Expand Down
2 changes: 1 addition & 1 deletion lib/f_http_client/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module FHTTPClient
VERSION = '0.2.0'
VERSION = '0.2.1'
end

0 comments on commit 08728bb

Please sign in to comment.