Skip to content

0.0.4

Compare
Choose a tag to compare
@eli64s eli64s released this 30 Jul 10:42
· 468 commits to main since this release

[v0.0.4] - 2023-07-30

Added

  • πŸ“¦ Publish readme-ai CLI to PyPI under the module name readmeai.
    • Refactored the codebase to use Click, migrating from argparse.
    • Update directory name from src to readmeai to match PyPI module name.
    • Update readmeai modules to use relative imports.
    • Update metadata and dependency details in the pyproject.toml file.
  • πŸ“– Update README.md documentation.
    • Add PyPI package badges at the top of the README.
    • Include instructions for downloading and running the readme-ai CLI from PyPI.
  • βš™οΈ Add helper script update_image.sh to push the latest image to Docker Hub.

Fixed

  • 🐳 Update Dockerfile commands
    • Add line to install the tree command in order to generate the repository tree structure in the README.
    • Update installtion to use the latest readmeai distribution from PyPI.

Removed

  • πŸ—‘ Removed setup.py script from the project root directory.
    • Poetry is used for package management via pyproject.toml. Thus, setup.py is no longer needed.