Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: prepare the next 🦀 release with fixed version ranges #2875

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

rtyler
Copy link
Member

@rtyler rtyler commented Sep 10, 2024

Until we release 1.0, every 0.x release is going to be treated as a "major" or incompatible change by Cargo

Fixes #2847

Until we release 1.0, every 0.x release is going to be treated as a
"major" or incompatible change by Cargo

Fixes delta-io#2847
@github-actions github-actions bot added binding/python Issues for the Python package binding/rust Issues for the Rust crate labels Sep 10, 2024
Copy link

ACTION NEEDED

delta-rs follows the Conventional Commits specification for release automation.

The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification.

Copy link

codecov bot commented Sep 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.48%. Comparing base (df504fa) to head (fc10831).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2875      +/-   ##
==========================================
- Coverage   72.51%   72.48%   -0.03%     
==========================================
  Files         132      132              
  Lines       40057    40057              
  Branches    40057    40057              
==========================================
- Hits        29047    29036      -11     
- Misses       9156     9159       +3     
- Partials     1854     1862       +8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rtyler rtyler changed the title prepare the next 🦀 release with fixed version ranges fix: prepare the next 🦀 release with fixed version ranges Sep 10, 2024
@rtyler rtyler marked this pull request as ready for review September 10, 2024 15:06
@rtyler rtyler added this pull request to the merge queue Sep 10, 2024
Merged via the queue into delta-io:main with commit 6f1f12b Sep 10, 2024
24 of 26 checks passed
@rtyler rtyler deleted the bug/version-resolution-2847 branch September 10, 2024 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/python Issues for the Python package binding/rust Issues for the Rust crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

deltalake-* crates use different version than specified in Cargo.toml, leading to unexpected behavior
3 participants