Skip to content

Latest commit

 

History

History
126 lines (88 loc) · 2.6 KB

CHANGES.md

File metadata and controls

126 lines (88 loc) · 2.6 KB

Changelog

All notable changes to psp will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.2.0] - 2025-03-11

Added

  • Add enviroment variables PSP_*
  • Add load_env function

Changed

  • Add git_info into prj_toml function
  • Add type into return statement on prj_remote function
  • Change homepage and changelog into prj_toml function

Fixed

  • Fix none condition into remote ci part

[0.1.1] - 2024-01-31

Added

  • Add info message when path unchanged
  • Add dependencies to tox.ini into prj_tox function
  • Add build and deploy into makefile into prj_makefile function

Changed

  • Change welcome screen and result string into main function
  • Change default output of __main__.py Python module
  • Optimize container image and add safe user

Fixed

  • Fix check if docs folder exists into prj_docs function

[0.1.0] - 2024-11-11

Added

  • Add prj_pypi function
  • Add prj_docker function
  • Add prj_makefile function
  • Add print_help core function
  • Add quick, simple and full argument for rapid configuration
  • Add _requirements.txt_file

Changed

  • Rewrite check_tool function with PATH enviroment variable

Fixed

  • Fix if name of project is empty
  • Fix if name of project contains spaces

[0.0.9] - 2024-10-15

Added

  • Add prj_files function
  • Add return bool into prj_test function
  • Add Apache v2 license

Fixed

  • Fix creation docs folder into prj_docs functionspaces

[0.0.8] - 2024-09-23

Added

  • Add prj_tox function
  • Add prj_docs function

[0.0.7] - 2024-09-17

Added

  • Add prj_remote function

[0.0.6] - 2024-09-06

Added

  • Add prj_ci function

Fixed

  • Fix pyproject.toml file

[0.0.5] - 2024-09-06

Added

  • Add prj_deps function

[0.0.4] - 2024-08-29

Added

  • Add prj_venv function

Fixed

  • Fix grouped check tools
  • Fix prompt errors

[0.0.3] - 2024-08-08

Added

  • Add prj_test function
  • Add user's bin path into check_tool function

Fixed

  • Fix return type to prj_git function
  • Fix env path into files

[0.0.2] - 2024-08-02

Added

  • Add prompt_confirm function
  • Add prj_git function

Fixed

  • Fix lowercase name of package

[0.0.1] - 2024-07-31

Added

  • Add check_tool function
  • Add make_dirs function
  • Add make_file function
  • Add prompt_text function
  • Add prj_name function
  • Add help message to prompt_text function