Releases: substrait-io/substrait-rs
Releases · substrait-io/substrait-rs
v0.4.1
Chore
- ignore dtolnay/rust-toolchain updates
The way that action works is not really compatible with how dependabot suggests
updates (e.g. #67) for it so
this modifies the configuration to ignore those "updates".
Commit Statistics
- 1 commit contributed to the release.
- 53 days passed between releases.
- 1 commit was understood as conventional.
- 1 unique issue was worked on: #69
Commit Details
v0.4.0
New Features (BREAKING)
- follow conventional commits and setup automated releases
Commit Statistics
- 27 commits contributed to the release over the course of 268 calendar days.
- 1 commit was understood as conventional.
- 23 unique issues were worked on: #1, #10, #11, #14, #2, #23, #26, #27, #29, #30, #31, #32, #33, #35, #37, #39, #4, #40, #41, #42, #48, #5, #6
Commit Details
view details
- #1
- Rust bindings for substrait.io (2fb8390)
- #10
- Add repo-token to setup-protoc action to avoid rate limiting (1b03e84)
- #11
- Change gitsubmodule schedule to match substrait weekly release (146979a)
- #14
- Change schedule time for Dependabot submodule updates (1774935)
- #2
- Use latest substrait & bump crate version (7852c8a)
- #23
- Bump pbjson from 0.5.0 to 0.5.1 (510fb8f)
- #26
- Replace unmaintained action-rs actions (cf9c0dd)
- #27
- Generate types to deserialize simple extensions (2747477)
- #29
- Bump prost from 0.11.0 to 0.11.3 (acdf53d)
- #30
- Bump prost-build from 0.11.1 to 0.11.3 (12d759b)
- #31
- Bump substrait from
018da38
to7f272f1
(a1adbc7)
- Bump substrait from
- #32
- Add
bors.toml
(80c0676)
- Add
- #33
- Disable auto rebase for cargo dependabot updates (61d41b1)
- #35
- Bump pbjson-types from 0.5.0 to 0.5.1 (9e7c02f)
- #37
- Bump serde_json from 1.0.85 to 1.0.89 (bfb8031)
- #39
- Bump serde from 1.0.144 to 1.0.150 (aa6c650)
- #4
- Corrected repo link address in README.md and Cargo.toml (d8c6183)
- #40
- Bump prost-build from 0.11.3 to 0.11.4 (bd104c1)
- #41
- bump version to 0.3.0 (b852f01)
- #42
- Bump substrait from
7f272f1
to81e34d4
(40e8adf)
- Bump substrait from
- #48
- follow conventional commits and setup automated releases (f8f50d3)
- #5
- Setup GitHub actions and Dependabot (7418a17)
- #6
- Add
pbjson
feature for Protobuf JSON serde (43f97ef)
- Add
- Uncategorized