Skip to content

Commit ebab004

Browse files
authored
Merge pull request #1103 from lostisland/reship-0.17.2
version 0.17.2
2 parents efead03 + 098bdbe commit ebab004

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,29 @@
11
# Faraday Changelog
22

3+
## v0.17.2
4+
5+
Fixes:
6+
7+
* Reverts changes in error classes hierarchy. #1092 (@iMacTia)
8+
* Fix Ruby 1.9 syntax errors and improve Error class testing #1094 (@BanzaiMan,
9+
@mrexox, @technoweenie)
10+
11+
Misc:
12+
13+
* Stops using `&Proc.new` for block forwarding. #1083 (@olleolleolle)
14+
* Update CI to test against ruby 2.0-2.7 #1087, #1099 (@iMacTia, @olleolleolle,
15+
@technoweenie)
16+
* require FARADAY_DEPRECATE=warn to show Faraday v1.0 deprecation warnings
17+
#1098 (@technoweenie)
18+
319
## v0.17.1
420

521
Final release before Faraday v1.0, with important fixes for Ruby 2.7.
622

723
Fixes:
824

925
* RaiseError response middleware raises exception if HTTP client returns a nil
10-
status. (#1042)
26+
status. #1042 (@jonnyom, @BobbyMcWho)
1127

1228
Misc:
1329

lib/faraday.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# conn.get '/'
1515
#
1616
module Faraday
17-
VERSION = "0.17.1"
17+
VERSION = "0.17.2"
1818

1919
class << self
2020
# Public: Gets or sets the root path that Faraday is being loaded from.

0 commit comments

Comments
 (0)