Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 1.39 KB

CHANGELOG.md

File metadata and controls

57 lines (39 loc) · 1.39 KB

Changelog

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Changelog

[V3.0.2] - Minor Release -

  • Updating API Documentation

[V3.0.1] - Minor Release - 18-11-2022

  • Code refactor for better readability
  • Link updated for pypi website

[V3.0.0] - Major Release - 09-11-2022

  • Function names changed
  • Gender can be passed as a parameter
  • Credit/Debit information will be generate
  • [x]

[v2.0.0] Major Release - 07-11-2022

  • server can be start from cli
  • More Endpoints exposed to the API/CLI
  • Code refactored

[V1.0.0] Major Release - 05-11-2022

Beautiful command line output Moved test files to random_profile to avoid flake8:402 error Following proper changelog format, added changelog file Docs: Added documentation for the project Bug fixed: Fixed a bug with random_profile import

[v0.2.3] - 13-10-2022

  • Flask app added
  • Date of Birth Added
  • Age added
  • Height and Weight Added
  • Blood Group and hair color added
  • Job title added
  • More email domains added
  • Bugs Fixed

[v0.2.1] - 12-10-2022

  • More variation added to the data
  • Test cases added
  • Created a separate file for data loadings
  • Fixed some bugs

[V0.0.1] - 19-03-2020

  • Initial Release