Commit 5b925fc 1 parent 6394d40 commit 5b925fc Copy full SHA for 5b925fc
File tree 3 files changed +8
-5
lines changed
3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
===========
3
+
4
+ ## [ v0.6.0] ( https://github.com/Apipie/apipie-rails/tree/v0.6.0 ) (2022-03-29)
5
+ [ Full Changelog] ( https://github.com/Apipie/apipie-rails/compare/v0.5.20...v0.6.0 )
6
+ * Ruby 3.0 fixes [ #716 ] ( https://github.com/Apipie/apipie-rails/pull/716 ) (hank-spokeo)
7
+ * only depends on actionpack and activesupport [ #741 ] ( https://github.com/Apipie/apipie-rails/pull/741 ) (Mathieu Jobin)
8
+ * language fix, fallback to default locale [ #726 ] ( https://github.com/Apipie/apipie-rails/pull/726 ) (Alex Coomans)
9
+
3
10
## [ v0.5.20] ( https://github.com/Apipie/apipie-rails/tree/v0.5.20 ) (2022-03-16)
4
11
[ Full Changelog] ( https://github.com/Apipie/apipie-rails/compare/v0.5.19...v0.5.20 )
5
12
* Update rel-eng (Oleh Fedorenko)
Original file line number Diff line number Diff line change 23
23
require 'apipie/extractor'
24
24
require "apipie/version"
25
25
require "apipie/swagger_generator"
26
-
27
- if Rails . version . start_with? ( "3.0" )
28
- warn 'Warning: apipie-rails is not going to support Rails 3.0 anymore in future versions'
29
- end
Original file line number Diff line number Diff line change 1
1
module Apipie
2
- VERSION = "0.5.20 "
2
+ VERSION = "0.6.0 "
3
3
end
You can’t perform that action at this time.
0 commit comments