Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.85 KB

CHANGELOG.md

File metadata and controls

39 lines (20 loc) · 1.85 KB

Changelog

0.1.0 (2022-09-28)

Features

  • add AmazingMarvinAPI class to package root module (676f719)
  • implement /me endpoint (cd60aa1)
  • support /todayItems endpoint (2b0595c)

Automated Tests

  • create a unit test skeleton (8738445)

Documentation

  • update license and documentation (4a0d422)
  • update README.md (2063d5d)

Code Refactoring

  • remove intermediate src directory (f00134b)

Build System

  • add .pythonrc, and debug message to init.py (f2efcdd)
  • add missing requirements.txt (f89f980)
  • more scaffolding for Python package (e628dd5)
  • update pyproject.toml, bump version (de5e787)

CI/CD Workflows

  • add automated validation and release workflows (fc19c03)