Skip to content

Conversation

@mbrobbel
Copy link
Member

Closes #414.

@mbrobbel mbrobbel merged commit 77feb15 into substrait-io:main Oct 28, 2025
12 checks passed
@mbrobbel mbrobbel deleted the msrv-1.85 branch October 28, 2025 10:51
@github-actions github-actions bot mentioned this pull request Oct 28, 2025
mbrobbel pushed a commit that referenced this pull request Oct 28, 2025
## 🤖 New release

* `substrait`: 0.61.0 -> 0.62.0 (⚠ API breaking changes)

### ⚠ `substrait` breaking changes

```text
--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.43.0/src/lints/enum_variant_added.ron

Failed in:
  variant Type:String in /tmp/.tmpbQFozR/substrait-rs/target/semver-checks/local-substrait-0_61_0-default-a97ddd5f7457d23a/target/debug/build/substrait-6254fe84652cd52e/out/substrait_text.rs:10965
  variant Type:Object in /tmp/.tmpbQFozR/substrait-rs/target/semver-checks/local-substrait-0_61_0-default-a97ddd5f7457d23a/target/debug/build/substrait-6254fe84652cd52e/out/substrait_text.rs:10966

--- failure enum_variant_missing: pub enum variant removed or renamed ---

Description:
A publicly-visible enum has at least one variant that is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.43.0/src/lints/enum_variant_missing.ron

Failed in:
  variant Type::Variant0, previously in file /tmp/.tmpFNngR5/substrait/target/semver-checks/local-substrait-0_61_0-default-a97ddd5f7457d23a/target/debug/build/substrait-912dad8e14587d6b/out/substrait_text.rs:10965
  variant Type::Variant1, previously in file /tmp/.tmpFNngR5/substrait/target/semver-checks/local-substrait-0_61_0-default-a97ddd5f7457d23a/target/debug/build/substrait-912dad8e14587d6b/out/substrait_text.rs:10966
```

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

##
[0.62.0](v0.61.0...v0.62.0)
- 2025-10-28

### Other

- revert msrv to 1.85.1
([#416](#416))
- *(deps,cargo)* bump typify from 0.4.3 to 0.5.0 in the cargo group
([#405](#405))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Revert MSRV to 1.85.1

1 participant