Skip to content

Commit 5b925fc

Browse files
committed
release 0.6.0 - CHANGELOG update
1 parent 6394d40 commit 5b925fc

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
Changelog
22
===========
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+
310
## [v0.5.20](https://github.com/Apipie/apipie-rails/tree/v0.5.20) (2022-03-16)
411
[Full Changelog](https://github.com/Apipie/apipie-rails/compare/v0.5.19...v0.5.20)
512
* Update rel-eng (Oleh Fedorenko)

lib/apipie-rails.rb

-4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,3 @@
2323
require 'apipie/extractor'
2424
require "apipie/version"
2525
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

lib/apipie/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Apipie
2-
VERSION = "0.5.20"
2+
VERSION = "0.6.0"
33
end

0 commit comments

Comments
 (0)