added changelog to readme

This commit is contained in:
2025-04-22 22:49:14 -05:00
parent 66dbfe4269
commit 7b1e3bd5e7
3 changed files with 6 additions and 6 deletions

View File

@@ -4,18 +4,17 @@ 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).
## [0.1.0.2] - 2025-04-22 ## [0.1.2] - 2025-04-22
### Added ### Added
- Added CHANGELOG.md - `CHANGELOG.md` to document version history.
## [0.1.0.1] - 2025-04-22 ## [0.1.1] - 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.
- Changelog (`CHANGELOG.md`) to document version history.
### Changed ### Changed
- Updated `README.md` formatting for better rendering on TestPyPI/PyPI. - Updated `README.md` formatting for better rendering on PyPI.
- Incremented version to `0.1.1` to reflect documentation improvements. - Incremented version to `0.1.1` to reflect documentation improvements.
## [0.1.0] - 2025-04-15 ## [0.1.0] - 2025-04-15

View File

@@ -2,6 +2,7 @@ include LICENSE
include README.md include README.md
include CONTRIBUTING.md include CONTRIBUTING.md
include CONTRIBUTORS.md include CONTRIBUTORS.md
include CHANGELOG.md
recursive-include django_aws_ses/templates *.html recursive-include django_aws_ses/templates *.html
recursive-include django_aws_ses/static *.css *.js *.ico recursive-include django_aws_ses/static *.css *.js *.ico
recursive-include django_aws_ses/migrations *.py recursive-include django_aws_ses/migrations *.py

View File

@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setup( setup(
name="django_aws_ses", name="django_aws_ses",
version="0.1.0.01", version="0.1.0",
author="ZeeksGeeks", author="ZeeksGeeks",
author_email="contact@zeeksgeeks.com", author_email="contact@zeeksgeeks.com",
description="A Django email backend for Amazon SES with bounce and complaint handling", description="A Django email backend for Amazon SES with bounce and complaint handling",