added changelog to readme
This commit is contained in:
parent
8f5b86c202
commit
278b24ed07
|
@ -4,11 +4,7 @@ All notable changes to `django_aws_ses` will be documented in this file.
|
||||||
|
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## [0.1.0.1] - 2025-04-22
|
||||||
### Added
|
|
||||||
- Planned features or improvements for the next release (e.g., enhanced DKIM support).
|
|
||||||
|
|
||||||
## [0.1.0] - 2025-04-22
|
|
||||||
### Added
|
### Added
|
||||||
- Comprehensive installation steps in `README.md`, covering PyPI, and dependency options (`dev`, `dkim`).
|
- Comprehensive installation steps in `README.md`, covering PyPI, and dependency options (`dev`, `dkim`).
|
||||||
- `CONTRIBUTORS.md` to acknowledge ZeeksGeeks team members and their roles.
|
- `CONTRIBUTORS.md` to acknowledge ZeeksGeeks team members and their roles.
|
||||||
|
@ -33,6 +29,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
- Initial release tested with Django 3.2+ and Python 3.6+.
|
- Initial release tested with Django 3.2+ and Python 3.6+.
|
||||||
- Successfully deployed to TestPyPI for validation.
|
- Successfully deployed to TestPyPI for validation.
|
||||||
|
|
||||||
[Unreleased]: https://git-vault.zeeksgeeks.com/ZeeksGeeks/django_aws_ses/compare/0.1.1...HEAD
|
|
||||||
[0.1.1]: https://git-vault.zeeksgeeks.com/ZeeksGeeks/django_aws_ses/compare/0.1.0...0.1.1
|
[0.1.1]: https://git-vault.zeeksgeeks.com/ZeeksGeeks/django_aws_ses/compare/0.1.0...0.1.1
|
||||||
[0.1.0]: https://git-vault.zeeksgeeks.com/ZeeksGeeks/django_aws_ses/releases/tag/0.1.0
|
[0.1.0]: https://git-vault.zeeksgeeks.com/ZeeksGeeks/django_aws_ses/releases/tag/0.1.0
|
|
@ -20,6 +20,7 @@ A Django email backend for Amazon Simple Email Service (SES), featuring bounce a
|
||||||
- [Viewing SES Statistics](#viewing-ses-statistics52)
|
- [Viewing SES Statistics](#viewing-ses-statistics52)
|
||||||
- [Debugging and Error Handling](#debugging-and-error-handling)
|
- [Debugging and Error Handling](#debugging-and-error-handling)
|
||||||
- [Rate Limiting and Throttling](#rate-limiting-and-throttling)
|
- [Rate Limiting and Throttling](#rate-limiting-and-throttling)
|
||||||
|
- [Changelog](#changelog)
|
||||||
- [Contributors](#contributors)
|
- [Contributors](#contributors)
|
||||||
- [License](#license)
|
- [License](#license)
|
||||||
- [PyPI Distribution](#pypi-distribution)
|
- [PyPI Distribution](#pypi-distribution)
|
||||||
|
@ -294,6 +295,9 @@ unsubscribe_url = addon.unsubscribe_url_generator()
|
||||||
- Specify desired sending rate and daily quota.
|
- Specify desired sending rate and daily quota.
|
||||||
- Docs: https://docs.aws.amazon.com/ses/latest/dg/manage-sending-limits.html
|
- Docs: https://docs.aws.amazon.com/ses/latest/dg/manage-sending-limits.html
|
||||||
|
|
||||||
|
## Changelog
|
||||||
|
For a detailed list of changes, improvements, and fixes across versions, see [CHANGELOG.md](CHANGELOG.md).
|
||||||
|
|
||||||
## Contributors
|
## Contributors
|
||||||
|
|
||||||
Developed by the ZeeksGeeks team. See CONTRIBUTORS.md for individual contributors and their roles.
|
Developed by the ZeeksGeeks team. See CONTRIBUTORS.md for individual contributors and their roles.
|
||||||
|
|
Loading…
Reference in New Issue