File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
===========
3
3
4
+ [ v0.5.17] ( https://github.com/Apipie/apipie-rails/tree/v0.5.17 ) (2020-01-20)
5
+ --------
6
+
7
+ [ Full Changelog] ( https://github.com/Apipie/apipie-rails/compare/v0.5.16...v0.5.17 )
8
+
9
+ - Allows update metadata for methods [ \# 667] ( https://github.com/Apipie/apipie-rails/pull/667 ) ([ speckins] ( https://github.com/speckins ) )
10
+
4
11
[ v0.5.16] ( https://github.com/Apipie/apipie-rails/tree/v0.5.16 ) (2019-05-22)
5
12
--------
6
13
@@ -208,7 +215,7 @@ v0.3.2
208
215
v0.3.1
209
216
------
210
217
211
- * Support for `` api! `` keyword in concerns
218
+ * Support for `` api! `` keyword in concerns
212
219
[ #322 ] ( https://github.com/Apipie/apipie-rails/pull/322 ) [ @iNecas ] [ ]
213
220
* More explicit ordering of the static dispatcher middleware
214
221
[ #315 ] ( https://github.com/Apipie/apipie-rails/pull/315 ) [ @iNecas ] [ ]
Original file line number Diff line number Diff line change 1
1
module Apipie
2
- VERSION = '0.5.16 '
2
+ VERSION = '0.5.17 '
3
3
end
You can’t perform that action at this time.
0 commit comments