Skip to content

Commit 90b962b

Browse files
committed
Bump to 0.7.1
1 parent c74119e commit 90b962b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

doc/release_notes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Release notes
22
=============
3+
### 0.7.1 (2025-05-14)
4+
* Pin gssapi to ~> 1.2
5+
36
### 0.7.0 (2025-01-08)
47
* Add show? method to param description ([PR #84](https://github.com/Apipie/apipie-bindings/pull/84))
58
* Make dependencies stricter

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

0 commit comments

Comments
 (0)