Skip to content

Latest commit

 

History

History
80 lines (53 loc) · 2.26 KB

CHANGELOG.md

File metadata and controls

80 lines (53 loc) · 2.26 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.

0.0.7 - 2021-11-20

Changed

  • Fixed bugged Exception
  • Exposed Sciper checker function

0.0.6 - 2021-10-21

Changed

  • Fixed search URL

0.0.5 - 2021-10-01

Changed

  • Fixed bug where Accreditations would not display correctly numbers

0.0.4 - 2021-09-17

Added

  • Coloring of the output
  • New utility called epflpeople_pretty that displays the search output with colors
  • Added a MANIFEST.in to ensure that the VERSION file is packaged
  • Added new error classes to deal with different scenarios
  • Added some information and an input field to make a search on the cli

Changed

  • Changed how version is found in deploy.py
  • Changed long_description to include CHANGELOG on PyPI
  • Updated project urls to point to useful places (GitHub, Documentation, CHANGELOG)

Removed

  • Removed command line arguments in __main__.py as they are not supported

0.0.1 - 2021-09-19

Added

  • Added deploy.py script to aid deploying on PyPI
  • Added shebang at beginning of setup.py to enable running on cli

Changed

  • Changed project url to point to the github repository
  • Changed LICENSE to be consistent, now using MIT

0.0.0 - 2021-09-19

Added

  • Added epflpeople package
  • Added setup.py script
  • Configured repo and project
  • Added a LICENSE
  • Added base information in README.md