-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #106 from cdriehuys/release-please--branches--mast…
…er--components--django-rest-email-auth chore(master): release 4.0.0
- Loading branch information
Showing
3 changed files
with
29 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,28 @@ | ||
# Changelog | ||
|
||
## [4.0.0](https://github.com/cdriehuys/django-rest-email-auth/compare/v3.0.3...v4.0.0) (2023-03-25) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* Support Django 4.1 | ||
|
||
### Features | ||
|
||
* Customizable email subjects. ([c2bf548](https://github.com/cdriehuys/django-rest-email-auth/commit/c2bf548873c74fa8975597f30dcaa778182f2f1d)), closes [#96](https://github.com/cdriehuys/django-rest-email-auth/issues/96) | ||
* Support Django 4.0 ([1ad8a53](https://github.com/cdriehuys/django-rest-email-auth/commit/1ad8a53b6e5a9f792e68b01b4fc65789d23cadec)), closes [#97](https://github.com/cdriehuys/django-rest-email-auth/issues/97) | ||
* Support Django 4.1 ([ea261d0](https://github.com/cdriehuys/django-rest-email-auth/commit/ea261d0f75f2fb89f2a558b1b82dd2387d7b885e)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* Update tests for modern Django versions. ([c69ac1d](https://github.com/cdriehuys/django-rest-email-auth/commit/c69ac1d6c1b6e61a7e77e43dbcd62a385e02ab21)) | ||
|
||
|
||
### Documentation | ||
|
||
* Fix build badge in README ([406ffd3](https://github.com/cdriehuys/django-rest-email-auth/commit/406ffd39213ef9ced31aea4c589e90488a33b74c)) | ||
* Update Read the Docs configuration ([f1516af](https://github.com/cdriehuys/django-rest-email-auth/commit/f1516afbaf7b163a3289348a7185adbd259eb3bc)) | ||
* Use autogenerated changelog ([52d9d45](https://github.com/cdriehuys/django-rest-email-auth/commit/52d9d45464425eb1748ea78f7bc307ba41f808d9)) | ||
|
||
## Changelog |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ exclude = ''' | |
|
||
[tool.poetry] | ||
name = "django-rest-email-auth" | ||
version = "3.0.3" | ||
version = "4.0.0" | ||
description = "Django app for email based authentication and registration via a REST API." | ||
authors = ["Chathan Driehuys <[email protected]>"] | ||
license = "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters