Skip to content

Commit

Permalink
Bump to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbacovsky committed Oct 25, 2019
1 parent e38c40e commit 96f191e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion apipie-bindings.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ EOF
s.files = `git ls-files -- {lib,bin,doc,config,test}/* README* LICENSE`.split("\n")
s.test_files = `git ls-files -- test/*`.split("\n")
s.extra_rdoc_files = `git ls-files -- {doc,config}/* README*`.split("\n")
s.has_rdoc = 'yard'
s.require_paths = ["lib"]

s.add_dependency 'json', '>= 1.2.1'
Expand Down
4 changes: 4 additions & 0 deletions doc/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Release notes
=============
### 0.3.0 (2019-10-25)
* Add token based auth mechanism ([PR #77](https://github.com/Apipie/apipie-bindings/pull/77))
* Throw malformed examples ([PR #78](https://github.com/Apipie/apipie-bindings/pull/78))

### 0.2.3 (2019-01-16)
* Remove error log output from specs ([PR #76](https://github.com/Apipie/apipie-bindings/pull/76))
* Update apidoc_cache_name apidoc ([PR #74](https://github.com/Apipie/apipie-bindings/pull/74))
Expand Down
2 changes: 1 addition & 1 deletion lib/apipie_bindings/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ApipieBindings
def self.version
@version ||= Gem::Version.new '0.2.3'
@version ||= Gem::Version.new '0.3.0'
end
end

0 comments on commit 96f191e

Please sign in to comment.