Skip to content

Commit f2b577c

Browse files
committed
Bump to 0.7.0
1 parent 4a9fbe1 commit f2b577c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

doc/release_notes.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
Release notes
22
=============
3+
### 0.7.0 (2025-01-08)
4+
* Add show? method to param description ([PR #84](https://github.com/Apipie/apipie-bindings/pull/84))
5+
* Make dependencies stricter
6+
* Disable Ruby warnings in tests
7+
* Update dependencies
8+
* Use GHA instead of Travis
9+
310
### 0.6.0 (2023-02-10)
411
* Add basic auth external ([PR #82](https://github.com/Apipie/apipie-bindings/pull/82))
512

lib/apipie_bindings/version.rb

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

0 commit comments

Comments
 (0)