You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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 <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22-3Lines changed: 22 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,31 @@
2
2
3
3
All notable changes to this project 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).
4
4
5
-
## Changelog
5
+
## [V3.0.6] - Minor Release - 07-06-2025
6
6
7
-
## [V3.0.2] - Minor Release -
7
+
-[x] Bug fixes
8
+
-[x] Updated documentation
9
+
-[x] Refactored profile generation to use dataclass for improved structure and readability
10
+
-[x] Updated tests to reflect changes in return types
0 commit comments