Skip to content

Commit 796e0d0

Browse files
committed
Bump ro 0.2.0
1 parent 59d4441 commit 796e0d0

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ Gemfile.lock
33
Gemfile.local
44
pkg
55

6+
# RubyMine
7+
.idea
8+
69
# Tags
710
.tags
811
.tags_sorted_by_file

doc/release_notes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Release notes
22
=============
33

4+
### 0.2.0 (2017-04-24)
5+
* Support for overriding exceptions from authorizers ([PR #64](https://github.com/Apipie/apipie-bindings/pull/64))
6+
* Use ssl_ca_file with ssl_ca_path (rest-client < 1.7.0) ([PR #63](https://github.com/Apipie/apipie-bindings/pull/63)) ([#62](https://github.com/Apipie/apipie-bindings/issues/62))
7+
* Make following redirects compatible with rest-client > 1.8 ([PR #61](https://github.com/Apipie/apipie-bindings/pull/61)) ([#60](https://github.com/Apipie/apipie-bindings/issues/60))
8+
49
### 0.1.0 (2017-03-28)
510
* Verify SSL by default ([PR #59](https://github.com/Apipie/apipie-bindings/pull/59))
611
* Do not hide exceptions during cache retrieval ([PR #57](https://github.com/Apipie/apipie-bindings/pull/57))

lib/apipie_bindings/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module ApipieBindings
22
def self.version
3-
@version ||= Gem::Version.new '0.1.0'
3+
@version ||= Gem::Version.new '0.2.0'
44
end
55
end

0 commit comments

Comments
 (0)