File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11Release notes
22=============
33
4+ ### 0.0.18 (2016-08-31)
5+ * Recover from exception while inspecting error response ([ #48 ] ( https://github.com/Apipie/apipie-bindings/issues/48 ) )
6+ * Add yard docs for ApipieBindings::Resource class ([ #47 ] ( https://github.com/Apipie/apipie-bindings/issues/47 ) )
7+ * Restrict json to < 2.0.0 ([ #46 ] ( https://github.com/Apipie/apipie-bindings/issues/46 ) )
8+ * Support rest-client 2.0.0 ([ #45 ] ( https://github.com/Apipie/apipie-bindings/issues/45 ) )
9+
410### 0.0.17 (2016-06-23)
511* Restrict rest-client version to < 2.0.0 ([ #42 ] ( https://github.com/Apipie/apipie-bindings/issues/42 ) )
612* Include request in response for rest-client < 1.8.0 ([ #11147 ] ( http://projects.theforeman.org/issues/11147 ) )
Original file line number Diff line number Diff line change 11module ApipieBindings
22 def self . version
3- @version ||= Gem ::Version . new '0.0.17 '
3+ @version ||= Gem ::Version . new '0.0.18 '
44 end
55end
You can’t perform that action at this time.
0 commit comments