File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 44Also deleted the ` Gemfile ` that was now a broken symlink.
55please use ` export BUNDLE_GEMFILE='gemfiles/Gemfile.rails61'; bundle exec rspec ` to run the test suite
66
7+ ## [ v1.1.0] ( https://github.com/Apipie/apipie-rails/tree/v1.1.0 ) (2023-05-16)
8+ [ Full Changelog] ( https://github.com/Apipie/apipie-rails/compare/v1.0.0...v1.1.0 )
9+ * Improve performance of route detection [ #870 ] ( https://github.com/Apipie/apipie-rails/pull/870 ) (Eric Hankins)
10+ * Fix startup crash due to typo [ #869 ] ( https://github.com/Apipie/apipie-rails/pull/869 ) (Eric Hankins)
11+ * Skip parse body for pdf responses [ #871 ] ( https://github.com/Apipie/apipie-rails/pull/871 ) (Juan Gomez)
12+ * add missing 'returns' translation [ #868 ] ( https://github.com/Apipie/apipie-rails/pull/868 ) (Anthony Robertson)
13+
714## [ v1.0.0] ( https://github.com/Apipie/apipie-rails/tree/v1.0.0 ) (2023-04-26)
815[ Full Changelog] ( https://github.com/Apipie/apipie-rails/compare/v0.9.4...v1.0.0 )
916* Refactor Swagger generator [ #816 ] ( https://github.com/Apipie/apipie-rails/pull/816 ) (Panos Dalitsouris)
Original file line number Diff line number Diff line change 11module Apipie
2- VERSION = "1.0 .0"
2+ VERSION = "1.1 .0"
33end
You can’t perform that action at this time.
0 commit comments