Skip to content

v0.1.44

Choose a tag to compare

@bdperkin bdperkin released this 16 Jun 17:17
· 8 commits to main since this release

v0.1.44 (2026-06-16)

Bug Fixes

  • Populate missing field values in get commands (#104, dff9679)

  • divisions: Populate team_count field in get_division (#104, dff9679)

  • teams: Correctly match invitation code via relationship (#104, dff9679)

  • teams: Populate invitation_code field in get_team (#104, dff9679)

  • teams: Use list endpoint to populate invitation_code in get_team (#104, dff9679)

Chores

  • Remove accidentally committed pycache files (#104, dff9679)

Code Style

  • Apply linter/formatter fixes from pre-commit hooks (#104, dff9679)

  • divisions: Reformat docstring line wrapping (#104, dff9679)

  • tests: Fix autopep8 indentation conflicts (#104, dff9679)

  • tests: Fix editorconfig indentation issues (#104, dff9679)

Documentation

  • tests: Add docstrings to test package init files (#104, dff9679)

Features

  • cli: Add get sub-command for associations, leagues, divisions, teams, games, and roster (#104, dff9679)

Testing

  • cli: Achieve 100% test coverage for get commands (#104, dff9679)

  • cli,units: Add comprehensive test coverage for get commands (#104, dff9679)


Detailed Changes: v0.1.43...v0.1.44