Skip to content

Commit 96f191e

Browse files
committed
Bump to 0.3.0
1 parent e38c40e commit 96f191e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

apipie-bindings.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ EOF
2020
s.files = `git ls-files -- {lib,bin,doc,config,test}/* README* LICENSE`.split("\n")
2121
s.test_files = `git ls-files -- test/*`.split("\n")
2222
s.extra_rdoc_files = `git ls-files -- {doc,config}/* README*`.split("\n")
23-
s.has_rdoc = 'yard'
2423
s.require_paths = ["lib"]
2524

2625
s.add_dependency 'json', '>= 1.2.1'

doc/release_notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Release notes
22
=============
3+
### 0.3.0 (2019-10-25)
4+
* Add token based auth mechanism ([PR #77](https://github.com/Apipie/apipie-bindings/pull/77))
5+
* Throw malformed examples ([PR #78](https://github.com/Apipie/apipie-bindings/pull/78))
6+
37
### 0.2.3 (2019-01-16)
48
* Remove error log output from specs ([PR #76](https://github.com/Apipie/apipie-bindings/pull/76))
59
* Update apidoc_cache_name apidoc ([PR #74](https://github.com/Apipie/apipie-bindings/pull/74))

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.2.3'
3+
@version ||= Gem::Version.new '0.3.0'
44
end
55
end

0 commit comments

Comments
 (0)