Skip to content

Commit

Permalink
release 0.6.0 - CHANGELOG update
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin committed Mar 29, 2022
1 parent 6394d40 commit 5b925fc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
Changelog
===========

## [v0.6.0](https://github.com/Apipie/apipie-rails/tree/v0.6.0) (2022-03-29)
[Full Changelog](https://github.com/Apipie/apipie-rails/compare/v0.5.20...v0.6.0)
* Ruby 3.0 fixes [#716](https://github.com/Apipie/apipie-rails/pull/716) (hank-spokeo)
* only depends on actionpack and activesupport [#741](https://github.com/Apipie/apipie-rails/pull/741) (Mathieu Jobin)
* language fix, fallback to default locale [#726](https://github.com/Apipie/apipie-rails/pull/726) (Alex Coomans)

## [v0.5.20](https://github.com/Apipie/apipie-rails/tree/v0.5.20) (2022-03-16)
[Full Changelog](https://github.com/Apipie/apipie-rails/compare/v0.5.19...v0.5.20)
* Update rel-eng (Oleh Fedorenko)
Expand Down
4 changes: 0 additions & 4 deletions lib/apipie-rails.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,3 @@
require 'apipie/extractor'
require "apipie/version"
require "apipie/swagger_generator"

if Rails.version.start_with?("3.0")
warn 'Warning: apipie-rails is not going to support Rails 3.0 anymore in future versions'
end
2 changes: 1 addition & 1 deletion lib/apipie/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Apipie
VERSION = "0.5.20"
VERSION = "0.6.0"
end

0 comments on commit 5b925fc

Please sign in to comment.