Skip to content

Commit af08676

Browse files
committed
🔖 Release version 0.7.0
1 parent a999734 commit af08676

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

release-notes.md

+15-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,24 @@
22

33
## Latest Changes
44

5+
## 0.7.0
6+
7+
Lots of new things! 🎁
8+
9+
* E2E tests with Playwright.
10+
* Mailcatcher configuration, to develop and test email handling.
11+
* Pagination.
12+
* UUIDs for database keys.
13+
* New user sign up.
14+
* Support for deploying to multiple environments (staging, prod).
15+
* Many refactors and improvements.
16+
* Several dependency upgrades.
17+
518
### Features
619

7-
* ✨ Add User Settings e2e tests . PR [#1271](https://github.com/tiangolo/full-stack-fastapi-template/pull/1271) by [@alejsdev](https://github.com/alejsdev).
20+
* ✨ Add User Settings e2e tests. PR [#1271](https://github.com/tiangolo/full-stack-fastapi-template/pull/1271) by [@alejsdev](https://github.com/alejsdev).
821
* ✨ Add Reset Password e2e tests. PR [#1270](https://github.com/tiangolo/full-stack-fastapi-template/pull/1270) by [@alejsdev](https://github.com/alejsdev).
9-
* ✨ Add Sign Up e2e tests . PR [#1268](https://github.com/tiangolo/full-stack-fastapi-template/pull/1268) by [@alejsdev](https://github.com/alejsdev).
22+
* ✨ Add Sign Up e2e tests. PR [#1268](https://github.com/tiangolo/full-stack-fastapi-template/pull/1268) by [@alejsdev](https://github.com/alejsdev).
1023
* ✨ Add Sign Up and make `OPEN_USER_REGISTRATION=True` by default. PR [#1265](https://github.com/tiangolo/full-stack-fastapi-template/pull/1265) by [@alejsdev](https://github.com/alejsdev).
1124
* ✨ Add Login e2e tests. PR [#1264](https://github.com/tiangolo/full-stack-fastapi-template/pull/1264) by [@alejsdev](https://github.com/alejsdev).
1225
* ✨ Add initial setup for frontend / end-to-end tests with Playwright. PR [#1261](https://github.com/tiangolo/full-stack-fastapi-template/pull/1261) by [@alejsdev](https://github.com/alejsdev).

0 commit comments

Comments
 (0)