Skip to content

Commit d71cf20

Browse files
chore: release v0.60.1 (#393)
## πŸ€– New release * `substrait`: 0.60.0 -> 0.60.1 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.60.1](v0.60.0...v0.60.1) - 2025-09-29 ### Other - *(deps,cargo)* bump the cargo group with 2 updates ([#400](#400)) - rename `doc_auto_cfg` to `doc_cfg` ([#401](#401)) - *(deps,cargo)* bump serde from 1.0.226 to 1.0.227 in the cargo group ([#399](#399)) - *(deps,cargo)* bump serde from 1.0.225 to 1.0.226 in the cargo group ([#398](#398)) - *(deps,cargo)* bump serde from 1.0.223 to 1.0.225 in the cargo group ([#396](#396)) - *(deps,cargo)* bump the cargo group with 3 updates ([#392](#392)) </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>
1 parent fe9710d commit d71cf20

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.60.1](https://github.com/substrait-io/substrait-rs/compare/v0.60.0...v0.60.1) - 2025-09-29
11+
12+
### Other
13+
14+
- *(deps,cargo)* bump the cargo group with 2 updates ([#400](https://github.com/substrait-io/substrait-rs/pull/400))
15+
- rename `doc_auto_cfg` to `doc_cfg` ([#401](https://github.com/substrait-io/substrait-rs/pull/401))
16+
- *(deps,cargo)* bump serde from 1.0.226 to 1.0.227 in the cargo group ([#399](https://github.com/substrait-io/substrait-rs/pull/399))
17+
- *(deps,cargo)* bump serde from 1.0.225 to 1.0.226 in the cargo group ([#398](https://github.com/substrait-io/substrait-rs/pull/398))
18+
- *(deps,cargo)* bump serde from 1.0.223 to 1.0.225 in the cargo group ([#396](https://github.com/substrait-io/substrait-rs/pull/396))
19+
- *(deps,cargo)* bump the cargo group with 3 updates ([#392](https://github.com/substrait-io/substrait-rs/pull/392))
20+
1021
## [0.60.0](https://github.com/substrait-io/substrait-rs/compare/v0.59.1...v0.60.0) - 2025-09-14
1122

1223
### Added

β€ŽCargo.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽCargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: Apache-2.0
22
[package]
33
name = "substrait"
4-
version = "0.60.0"
4+
version = "0.60.1"
55
edition = "2024"
66
rust-version = "1.88.0"
77
description = "Cross-Language Serialization for Relational Algebra"

0 commit comments

Comments
Β (0)