We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a9fbe1 commit f2b577cCopy full SHA for f2b577c
doc/release_notes.md
@@ -1,5 +1,12 @@
1
Release notes
2
=============
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
+
10
### 0.6.0 (2023-02-10)
11
* Add basic auth external ([PR #82](https://github.com/Apipie/apipie-bindings/pull/82))
12
lib/apipie_bindings/version.rb
@@ -1,5 +1,5 @@
module ApipieBindings
def self.version
- @version ||= Gem::Version.new '0.6.0'
+ @version ||= Gem::Version.new '0.7.0'
end
0 commit comments