File tree 2 files changed +26
-1
lines changed
documentation/docs/changelog
2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 1
- {"." :" 1.5.0 " }
1
+ {"." :" 1.5.1 " }
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.5.1] ( https://github.com/equinor/template-fastapi-react/compare/template-fastapi-react-v1.5.0...template-fastapi-react-v1.5.1 ) (2024-09-04)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * mypy error ([ 66303aa] ( https://github.com/equinor/template-fastapi-react/commit/66303aa35f571e8588c3342bdb25cb56566085a2 ) )
9
+
10
+
11
+ ### Miscellaneous Chores
12
+
13
+ * 'docker-compose'-> ; 'docker compose' ([ 532f123] ( https://github.com/equinor/template-fastapi-react/commit/532f123247e10d35ce6c5dab3d15dd40dea59173 ) )
14
+ * generate api ([ 7fbdbcf] ( https://github.com/equinor/template-fastapi-react/commit/7fbdbcf27f57a912bfd6be62313df3668be0454d ) )
15
+ * invalid optional argument typing ([ 542a8b2] ( https://github.com/equinor/template-fastapi-react/commit/542a8b259257e6bc2e909935813c1f518128db5b ) )
16
+ * update pre-commit ([ 866cdef] ( https://github.com/equinor/template-fastapi-react/commit/866cdeff38f332cc97abc335bb3ab9e8aacb88de ) )
17
+ * use non-deprecated serialization method ([ 77697fa] ( https://github.com/equinor/template-fastapi-react/commit/77697faeb4448adffab2f58717d5839c9f8c7c4d ) )
18
+
19
+
20
+ ### Code Refactoring
21
+
22
+ * 'dict' is deprecated in Pydantic 2 ([ 2ea5cad] ( https://github.com/equinor/template-fastapi-react/commit/2ea5cade1b58aa448739d0ab51322f76930df181 ) )
23
+ * moved pydantic class ([ fe9d4bf] ( https://github.com/equinor/template-fastapi-react/commit/fe9d4bf3adfe84a0ec7a8ea89bb264171a0bd5d0 ) )
24
+ * pytest collection and CLI options ([ 7d8fb3a] ( https://github.com/equinor/template-fastapi-react/commit/7d8fb3a8d1daa3d1bf7a7eea444d0a1aa60421af ) )
25
+ * remove deprecated example field ([ 3ab5a3b] ( https://github.com/equinor/template-fastapi-react/commit/3ab5a3bb4a0bc872c50d1c0cf948a661582900b8 ) )
26
+ * use LoggerLevel enum ([ 3ff2140] ( https://github.com/equinor/template-fastapi-react/commit/3ff2140633eab6fb1220b4518629be3ee860f2db ) )
27
+
3
28
## [ 1.5.0] ( https://github.com/equinor/template-fastapi-react/compare/template-fastapi-react-v1.4.0...template-fastapi-react-v1.5.0 ) (2024-07-22)
4
29
5
30
You can’t perform that action at this time.
0 commit comments