π Release v3.0.6 β Refactor, Version Bump & Changelog Update#63
Merged
codeperfectplus merged 3 commits intoPy-Contributors:devfrom Jun 7, 2025
codeperfectplus:dev
Merged
π Release v3.0.6 β Refactor, Version Bump & Changelog Update#63codeperfectplus merged 3 commits intoPy-Contributors:devfrom codeperfectplus:dev
codeperfectplus merged 3 commits intoPy-Contributors:devfrom
codeperfectplus:dev
Conversation
β¦nd readability; update tests to reflect changes in return types
codeperfectplus
added a commit
that referenced
this pull request
Jun 7, 2025
* Update .readthedocs.yaml * Bump version to 3.0.5 and update changelog with bug fixes * Add UNSPECIFIED gender option and enhance random profile generation lβ¦ (#62) * Add UNSPECIFIED gender option and enhance random profile generation logic * Update pull request template to improve clarity and enforce issue tracking * Remove unnecessary header from pull request template * Fix formatting issues in RandomProfile class and update docstrings for clarity * Update pull request template to improve section headings for clarity * Refactor pull request template to enhance section headings for clarity * π Release v3.0.6 β Refactor, Version Bump & Changelog Update (#63) * Bump version to 3.0.6 and update changelog with minor release details * Refactor profile generation to use dataclass for improved structure and readability; update tests to reflect changes in return types * Update changelog for version 3.0.6 with recent changes and improvements --------- Signed-off-by: Deepak Raj <54245038+codeperfectplus@users.noreply.github.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description:
This PR introduces the following changes in preparation for version
3.0.6:β¨ What's New
Refactored Profile Generation
dataclassfor better structure, maintainability, and readability.Version Update
3.0.6to reflect recent enhancements and internal improvements.Changelog
CHANGELOG.mdwith detailed entries forv3.0.6.