Skip to content

2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Aug 19:26
· 29 commits to refs/heads/main since this release
2.0.0
4f60193

This release bumps the minimum python version to 3.10 and moves to pydantic 2.

Special thanks to the contributors that made this release happen: @dariuszd21, @lengau, @renovate, @renovate[bot], @sergiusens, @syu-w and @tigarmo

Full list of changes

  • chore(deps): update release-drafter/release-drafter action to v6 @renovate (#29)
  • docs: add 2.0.0 changelog @lengau (#37)
  • chore!: update to pydantic 2 @lengau (#36)
  • chore: fix pydantic deprecation @dariuszd21 (#35)
  • fix(models): make grammar models work with Annotated @lengau (#34)
  • chore!: update to Pydantic 2 @tigarmo (#33)
  • chore(deps): update development dependencies (non-major) @renovate (#27)
  • chore(deps): update release-drafter/release-drafter action to v5.25.0 @renovate (#26)
  • docs: use canonical-sphinx @tigarmo (#23)
  • Starbase migration @tigarmo (#22)
  • feat: add create_grammar_model() @tigarmo (#21)
  • build!: drop support for Python 3.8 @tigarmo (#20)
  • feat(grammar)!: generalized grammar type class @syu-w (#19)