Skip to content

Latest commit

 

History

History
180 lines (108 loc) · 9.32 KB

CHANGELOG.md

File metadata and controls

180 lines (108 loc) · 9.32 KB

Changelog

0.3.0 (2022-09-03)

Features

  • Add py.typed for enhanced typing annotations (449ecb0)
  • Dummy (6b4d07c)

Bug Fixes

Reverts

Performance

Refactor

Tests

Build

Styles

CI/CD

  • Add and update dev scripts (c7a9ff7)
  • Add asdf steps to workflow (240a3b1)
  • Add explicit codecov token (9e909c1)
  • Add restore-keys parameter to pre-commit cache step (85d8533)
  • Adjust cache keys again (c0e720f)
  • Adjust caching keys (59ffa0b)
  • Adjust workflow asdf caching (12e738b)
  • Bump poetry to 1.1.15 (6c65151)
  • Bump poetry to 1.2.0 (16902c6)
  • Downgrade to poetry 1.1.14 (6c6fc38)
  • Dummy (e7fa119)
  • Enhance scripts setup (3d39239)
  • flake8: Ignore E501 "line too long" rule (342d2d2)
  • Pin version of Poetry to fix caching (f046b87)
  • Remove markdownlint-cli2 hook (facdfc4)
  • Remove unnecessary chars (1abb2d3)
  • Rename poetry repo for TestPyPI (c5a3823)
  • Work on caching keys (340d247)

Docs

  • Dummy (5ed3317)
  • Move docs-internal to docs/devel (40d2ec4)
  • Remove two sentences from CONTRIBUTING.md (50e35d4)
  • Update readme (a0b9247)
  • Update VS Code settings example (071d141)

0.2.2 (2022-08-18)

CI/CD

  • Add workflow_dispatch to codeql.yaml (a179c95)

Docs

  • Adjust help msg in uvicorn.sh (46d796d)
  • Replace md-toc with vscode extension and refactor docs (8527462)
  • Restructure internal docs (1af7dd4)
  • Update and rename example settings for VS Code (4e8782e)

0.2.1 (2022-08-16)

🍀 Summary 🍀

Nothing relevant for users. Tiny patch release that updates the metadata available on the PyPI repository page. Also a few changes related to Codecov and GitHub Actions.

CI/CD

  • codecov: Rename extension YML to YAML (d4a7ada)
  • pre-commit: Add poetry.lock to exclude (64cf72c)
  • Reformat tests-and-checks.yaml (78f9ae3)

Docs

  • pyproject: Add description and repository parameters (f3d9b18)

0.2.0 (2022-08-16)

✨ Highlights ✨

  • Added new endpoint /users/{username}/email that can be used to retrieve the email for a specific user by username (#15). Thanks to @crispymouse!

Features

Refactor

  • Rename function root to get_root (d3effe5)

Tests

Docs

  • Adjust badges in project README (3cfb8f4)
  • Update poetry.md (4421038)

0.1.1 (2022-08-09)

Bug Fixes

Docs

  • readme: Update title and description (#8) (2bfb25f)

CI/CD

  • Add workflow_dispatch flag to release-please workflow (ac726ab)
  • Delete old primary workflow (dfc0bc9)
  • Fix poetry publish steps (14f4496)
  • release-please: Again replace incorrect option version-path (7d07420)
  • release-please: Remove parameter package-name (e789f7f)
  • release-please: Remove parameter version-file (8980a2d)
  • release-please: Replace incorrect option version-path (a81132e)
  • release-please: Revert to v2 to debug issues (93d5fbc)
  • release-please: Revert to v3 to debug issues (890233b)
  • Rename steps in primary workflow (3c97319)
  • Work on ci & build in general (b2b8c73)

0.1.0 (2022-07-12)

Features