Skip to content

Releases: substrait-io/substrait-rs

v0.8.0

24 Apr 07:23
Compare
Choose a tag to compare

Chore (BREAKING)

  • bump substrait from 0.28.2 to 0.29.0
    Bumps substrait from 5e99f0b to 16503aa.

    Commits
    • 16503aa chore(release): 0.29.0
    • 7246102 fix(text)!: mark name and structure property of type extension item as ...
    • b5d7ed2 fix: referenced simple extension in tutorial (set instead of string) (#494)
    • See full diff in compare view

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Commit Statistics

  • 1 commit contributed to the release.
  • 6 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #96

Commit Details

view details
  • #96
    • Bump substrait from 0.28.2 to 0.29.0 (32f5a9d)

v0.7.5

17 Apr 07:44
Compare
Choose a tag to compare

Bug Fixes

  • skip re-runs if there is no substrait git submodule

Commit Statistics

  • 1 commit contributed to the release.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #95

Commit Details

view details
  • #95
    • Skip re-runs if there is no substrait git submodule (e8aceb2)

v0.7.4

17 Apr 07:31
Compare
Choose a tag to compare

Chore

  • bump substrait from 0.28.1 to 0.28.2
    Bumps substrait from c88686c to 5e99f0b.

    Commits

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Commit Statistics

  • 1 commit contributed to the release.
  • 7 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #93

Commit Details

view details
  • #93
    • Bump substrait from 0.28.1 to 0.28.2 (83a18ee)

v0.7.3

09 Apr 07:28
Compare
Choose a tag to compare

Chore

  • bump substrait from 0.28.0 to 0.28.1
    Bumps substrait from 26da4f1 to c88686c.

    Commits
    • c88686c chore(release): 0.28.1
    • 9046945 fix: typo in the comment/docstring (#492)
    • fb3eafb chore(site): loosen mkdocs dependencies for site build (#486)
    • e8ced2a chore(deps): bump bufbuild/buf-setup-action from 0.7.0 to 1.16.0 (#484)
    • 577b4e0 chore(deps): bump actions/checkout from 2 to 3 (#459)
    • See full diff in compare view

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Commit Statistics

  • 1 commit contributed to the release.
  • 3 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #91

Commit Details

view details
  • #91
    • Bump substrait from 0.28.0 to 0.28.1 (fb61e47)

v0.7.2

05 Apr 20:51
Compare
Choose a tag to compare

Chore

  • add .vscode to gitignore

Commit Statistics

  • 1 commit contributed to the release.
  • 1 day passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #88

Commit Details

view details

v0.7.1

04 Apr 15:30
Compare
Choose a tag to compare

Bug Fixes

  • remove filter that skipped extension_types.yaml deserialize test

Commit Statistics

  • 1 commit contributed to the release.
  • 2 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #78

Commit Details

view details
  • #78
    • Remove filter that skipped extension_types.yaml deserialize test (6445de8)

v0.7.0

02 Apr 11:53
Compare
Choose a tag to compare

Chore

  • update gix requirement from 0.42 to 0.43
    Updates the requirements on gix to permit the latest version.

    Release notes

    Sourced from gix's releases.

    gix-odb v0.43.0

    A maintenance release without user-facing changes.

    Commit Statistics

    • 1 commit contributed to the release.
    • 6 days passed between releases.
    • 0 commits were understood as conventional.
    • 0 issues like '(#ID)' were seen in commit messages

    Commit Details

    • Uncategorized
      • Prepare changelogs prior to release (e06f5f5)
    Changelog

    Sourced from gix's changelog.

    Changelog

    All notable changes to this project will be documented in this file.

    The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

    0.23.0 (2023-02-24)

    This release adds the new ein tool query analytics engine, which maintains a database of a git repository as acceleration data structure to run useful queries on. It's nothing more than an MVP, and was inspired by a program to accelerate Git-Heat-Map.

    New Features

    • ein tool query - a git analytics engine. A tool to build and efficiently maintain a database of information contained in a git repository, preferably the kind of information that is expensive to obtain, in order to facilitate queries that would be prohibitive without an accelerating data structure.
    • gix tree entries with rev-spec support. Previously it wanted a tree-id, now it can derive it itself.

    Commit Statistics

    • 4 commits contributed to the release over the course of 7 calendar days.
    • 7 days passed between releases.
    • 2 commits were understood as conventional.
    • 0 issues like '(#ID)' were seen in commit messages

    Commit Details

    • Uncategorized
      • Merge branch 'rename-tracking' (550144a)
      • ein tool query - a git analytics engine. (f8cc623)
      • gix tree entries with rev-spec support. (49520d1)
      • Fix journey tests; improve panic handling when --progress is used. (571121c)

    0.22.1 (2023-02-17)

    Bug Fixes

    • re-enable local-time support for all binaries The time improved the way one can opt-in to potential unsoundness

    ... (truncated)

    Commits
    • 5dc1f9f Release gix-tempfile v5.0.2, gix-validate v0.7.4, gix-config v0.20.0, gix-pro...
    • 3016a28 prepare changelogs prior to release
    • ee36e5b Merge branch 'fix-790'
    • 603776e fix: binary config output parsing can now deal with quotes on windows. (#790)
    • 7bd8823 fix: opening repositories without 'strict' mode also ignores IO errors. (#790)
    • e55f4ee feat!: allow to ignore IO errors when reading configuration files. (#790)
    • 8f2accd Less dependencies for tests (via serial_test no default features)
    • a69f873 Finally fix typos detected by typos tool.
    • 2321eb9 Correct more typos with typos tool.
    • bbb4cb0 add group headings to all shallow-related arguments.
    • Additional commits viewable in compare view

    You can trigger a rebase of this PR by commenting @dependabot rebase.

  • bump actions/deploy-pages from 1 to 2
    Bumps actions/deploy-pages from 1 to 2.

    Release notes

    Sourced from actions/deploy-pages's releases.

    v2.0.0

    Changelog

    See details of all code changes since previous release.

    v1.2.8

    ⚠️ This release is essentially a revert of v1.2.7 and identical to the prior release v1.2.6.

    Changelog

    See details of all code changes since previous release.

    v1.2.7

    Changelog

    See details of all code changes since previous release.

    v1.2.6

    Changelog

    See details of all code changes since previous release.

    v1.2.5

    Changelog

Read more

v0.6.1

02 Apr 10:22
Compare
Choose a tag to compare

Chore

Commit Statistics

  • 1 commit contributed to the release.
  • 2 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #60

Commit Details

view details
  • #60
    • Bump actions/configure-pages from 2 to 3 (b4bf64c)

v0.6.0

30 Mar 17:06
Compare
Choose a tag to compare

Chore (BREAKING)

  • update typify, prettyplease and syn
    Cherry-pick of #76, #82 and #83. These need to be combined.

Commit Statistics

  • 1 commit contributed to the release.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #84

Commit Details

view details
  • #84
    • Update typify, prettyplease and syn (d2e7ac8)

v0.5.4

30 Mar 11:13
Compare
Choose a tag to compare

Bug Fixes

  • checkout repository in pull request check job to get config file
    Now that there is a config file for conventional commits we should also checkout the repo in the conventional commits check job of the pull request workflow.

Commit Statistics

  • 1 commit contributed to the release.
  • 1 day passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #81

Commit Details

view details
  • #81
    • Checkout repository in pull request check job to get config file (63aa213)