Skip to content

v0.3.29

Choose a tag to compare

@github-actions github-actions released this 09 Jun 13:53
· 26 commits to refs/heads/main since this release
6df00dc

Changes

  • perf(dasher): replace fqn() imports with string literals (#2053)
  • fix(dasher): drop Alias wrapper on NamedScalarParameter placeholder (#2039)
  • feat(catalog): add main guard to catalog CLI (#2047)
  • build: enable DTZ ruff rules for timezone safety (#2043)
  • fix(codecov): wait for all CI jobs before posting status checks (#2049)
  • chore(deps): upgrade xorq-style to 0.2.0 (#2048)
  • docs(how-to): add the 5 missing how-to guides (#2026) (#2044)
  • docs(llms): generate llms.txt and llms-full.txt from docs config (#2042)
  • docs(cli): generate the CLI reference from Click commands (#2033)
  • docs(tutorials): add get-started-with-xorq-init tutorial (#2032)
  • docs(ls): add contract docstring + str type to tokenized (#2036)
  • docs(concepts): add expression-types and pins pages (#2020)
  • feat(catalog): add --no-sync option to compose for parity with add (#2022)

🐞 Bug fixes

  • ci(codecov): fix fragmented coverage reporting and scope flags to paths (#1968)

📦 Build system

  • ci(codecov): fix fragmented coverage reporting and scope flags to paths (#1968)

Thank you to all our contributors for making this release possible!
@dlovell, @hussainsultan and @mesejo