File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
===========
3
3
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)
4
15
5
16
## [ v1.1.0] ( https://github.com/Apipie/apipie-rails/tree/v1.1.0 ) (2023-05-16)
6
17
[ 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 1
1
module Apipie
2
- VERSION = "1.1 .0"
2
+ VERSION = "1.2 .0"
3
3
end
You can’t perform that action at this time.
0 commit comments