File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11 Changelog
22===========
33
4+ ## [ v1.2.0] ( https://github.com/Apipie/apipie-rails/tree/v1.2.0 ) (2023-06-03)
5+ [ Full Changelog] ( https://github.com/Apipie/apipie-rails/compare/v1.1.0...v1.2.0 )
6+ * Allow resource_name to be inherited ([ #872 ] ( https://github.com/Apipie/apipie-rails/pull/872 ) ) (Eric Hankins)
7+ * Fix cache rendering with namespaced resources ([ #874 ] ( https://github.com/Apipie/apipie-rails/pull/874 ) ) (Eric Hankins)
8+ * Fix deprecated content_type on Rails >= 6 ([ #879 ] ( https://github.com/Apipie/apipie-rails/pull/879 ) ) (Eric Hankins)
9+ * Fix typo in Collector ([ #877 ] ( https://github.com/Apipie/apipie-rails/pull/877 ) ) (Eric Hankins)
10+ * Fix error climbing controller hierarchy ([ #875 ] ( https://github.com/Apipie/apipie-rails/pull/875 ) ) (Eric Hankins)
11+ * Add Gemfile.tools for IDE usage ([ #876 ] ( https://github.com/Apipie/apipie-rails/pull/876 ) ) (Eric Hankins)
12+ * Fix rubocop ([ #883 ] ( https://github.com/Apipie/apipie-rails/pull/883 ) ) (Mathieu Jobin)
13+ * Performance/InefficientHashSearch-20230602233137 ([ #884 ] ( https://github.com/Apipie/apipie-rails/pull/884 ) ) (RuboCop challenger)
14+ * Redo Github action script to not need individual gemfiles ([ #885 ] ( https://github.com/Apipie/apipie-rails/pull/885 ) ) (Mathieu Jobin)
415
516## [ v1.1.0] ( https://github.com/Apipie/apipie-rails/tree/v1.1.0 ) (2023-05-16)
617[ Full Changelog] ( https://github.com/Apipie/apipie-rails/compare/v1.0.0...v1.1.0 )
Original file line number Diff line number Diff line change 11module Apipie
2- VERSION = "1.1 .0"
2+ VERSION = "1.2 .0"
33end
You can’t perform that action at this time.
0 commit comments