File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
===========
3
3
4
+ ## [ v1.3.0] ( https://github.com/Apipie/apipie-rails/tree/v1.3.0 ) (2023-12-19)
5
+ [ Full Changelog] ( https://github.com/Apipie/apipie-rails/compare/v1.2.3...v1.3.0 )
6
+ * rubocop fixes ([ #897 ] ( https://github.com/Apipie/apipie-rails/pull/897 ) ) (Mathieu Jobin)
7
+ * Fix usage of deprecated Rack::File in Rack 3.0 ([ #896 ] ( https://github.com/Apipie/apipie-rails/pull/896 ) ) (James Dean Shepherd)
8
+ * add rails 7.1 to the build matrix ([ #898 ] ( https://github.com/Apipie/apipie-rails/pull/898 ) ) (Mathieu Jobin)
9
+ * super small typo fix ([ #900 ] ( https://github.com/Apipie/apipie-rails/pull/900 ) ) (Eric Pugh)
10
+ * support for property example ([ #901 ] ( https://github.com/Apipie/apipie-rails/pull/901 ) ) (Chien-Wei Huang (Michael))
11
+ * Use array items type from validator ([ #904 ] ( https://github.com/Apipie/apipie-rails/pull/ ) ) (Panos Dalitsouris)
12
+
4
13
## [ v1.2.3] ( https://github.com/Apipie/apipie-rails/tree/v1.2.3 ) (2023-10-11)
5
14
[ Full Changelog] ( https://github.com/Apipie/apipie-rails/compare/v1.2.2...v1.2.3 )
6
15
* Fix param: Consider default_value: nil as valid config ([ #894 ] ( https://github.com/Apipie/apipie-rails/pull/894 ) ) (davidwessman)
Original file line number Diff line number Diff line change 1
1
module Apipie
2
- VERSION = "1.2.3 "
2
+ VERSION = "1.3.0 "
3
3
end
You can’t perform that action at this time.
0 commit comments