File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 4
4
Also deleted the ` Gemfile ` that was now a broken symlink.
5
5
please use ` export BUNDLE_GEMFILE='gemfiles/Gemfile.rails61'; bundle exec rspec ` to run the test suite
6
6
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
+
7
14
## [ v1.0.0] ( https://github.com/Apipie/apipie-rails/tree/v1.0.0 ) (2023-04-26)
8
15
[ Full Changelog] ( https://github.com/Apipie/apipie-rails/compare/v0.9.4...v1.0.0 )
9
16
* Refactor Swagger generator [ #816 ] ( https://github.com/Apipie/apipie-rails/pull/816 ) (Panos Dalitsouris)
Original file line number Diff line number Diff line change 1
1
module Apipie
2
- VERSION = "1.0 .0"
2
+ VERSION = "1.1 .0"
3
3
end
You can’t perform that action at this time.
0 commit comments