Skip to content

chore(deps): Bump lance from 1.0.0 to 2.0.1#11

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/lance-2.0.1
Open

chore(deps): Bump lance from 1.0.0 to 2.0.1#11
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/lance-2.0.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 20, 2026

Bumps lance from 1.0.0 to 2.0.1.

Release notes

Sourced from lance's releases.

v2.0.1

What's Changed

Bug Fixes 🐛

Full Changelog: lance-format/lance@v2.0.0...v2.0.1

v2.0.1-rc.1

What's Changed

Bug Fixes 🐛

Full Changelog: lance-format/lance@v2.0.0...v2.0.1-rc.1

v2.0.0

What's Changed

Breaking Changes 🛠

New Features 🎉

... (truncated)

Changelog

Sourced from lance's changelog.

Release Process

Lance maintains a linear commit history with a controlled release process.

  • All pull requests are merged into the main branch first.
  • Beta releases (or preview releases) are created on-demand from the main branch.
  • Stable releases (non-prereleases) are created only after a voting process and come from a release branch release/vX.Y. These are typically created once every two weeks.
  • Release Candidates (RC) are created from release branches prior to voting.
  • Minor releases can be cut from either main branch or an existing release branch (when main is targeting a major release).
  • Patch releases are created by committing fixes directly to the release branch, voting on a new RC, and releasing.
  • All changes (features, fixes) must be committed to main first, then cherry-picked to release branches as needed.
gitGraph
    commit
    branch feature
    checkout feature
    commit
    checkout main
    merge feature
    branch bugfix
    checkout bugfix
    commit id: "bugfix"
    checkout main
    branch "release/v1.4"
    checkout "release/v1.4"
    commit tag: "1.4.0-rc.1"
    commit tag: "1.4.0"
    checkout main
    merge bugfix
    commit id: "merged"
    checkout "release/v1.4"
    cherry-pick id: "merged"
    commit tag: "1.4.1-rc.1"
    commit tag: "1.4.1"
    checkout main
    commit tag: "2.0.0-beta.1" id: "breaking"
    checkout "release/v1.4"
    cherry-pick id: "breaking" tag: "1.5.0-rc.1"
    branch "release/v1.5"
    checkout "release/v1.5"
    commit tag: "1.5.0"
Loading

Version Semantics

Lance uses version numbers inspired by semantic versioning, but with flexibility for practical release management. Specifically, minor releases can be cut from existing release branches when the main branch is targeting a major release.

Version Format

... (truncated)

Commits
  • e082edb chore: release version 2.0.1
  • 230f285 chore: release candidate 2.0.1-rc.1
  • 5320135 ci: bump rust toolchain to 1.91.0 (#5937)
  • 3013328 fix: split index_statistics to reduce rustc query depth (#5894)
  • 565b78c fix: apply SchemaAdapter in Updater (#5928)
  • cccc8f1 fix: don't drop field metadata on merge insert path (#5927)
  • 450e00c fix: open additional storage options provider related apis in lance dataset (...
  • c38d177 chore: bump to 2.0.1-beta.0 for next patch development
  • 4ec9796 chore: release version 2.0.0
  • 584c470 chore: release candidate 2.0.0-rc.4
  • Additional commits viewable in compare view

Dependabot compatibility score

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.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [lance](https://github.com/lance-format/lance) from 1.0.0 to 2.0.1.
- [Release notes](https://github.com/lance-format/lance/releases)
- [Changelog](https://github.com/lance-format/lance/blob/main/release_process.md)
- [Commits](lance-format/lance@v1.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: lance
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Feb 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants