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

chore(deps): update dependency knope to v0.14.0 #13

Merged
merged 1 commit into from
Feb 4, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 1, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
knope (source) minor 0.13.4 -> 0.14.0

Release Notes

knope-dev/knope (knope)

v0.14.0

Compare Source

Breaking Changes
Cargo.toml files must now have a package.name property

This was already required by Cargo, but wasn't enforced by Knope until now. Before, a Cargo.toml file like

[package]
version = "0.1.0"

was acceptable, but now it must be

[package]
name = "my-package"
version = "0.1.0"
Features
Add basic Cargo workspace support

If you have a Cargo.toml file in the working directory which represents a Cargo workspace containing fixed members, like:

[workspace]
members = [
  "my-package",
  "my-other-package",
]

then Knope will now treat each member like a package.
There must be a Cargo.toml file in each member directory, or Knope will error.

This doesn't work with path globbing yet, only manual directory entries. See the new docs for more details.

Use default packages/workflows even when knope.toml exists

If you define a knope.toml file without any packages, Knope will assume the default packages (as if you had no knope.toml file at all).

Likewise, if you have no [[workflows]] in a knope.toml file, Knope will assume the default workflows.

Fixes
Homebrew tap now contains Apple Silicon binaries and auto-publishes new versions (#​827)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/knope-0.x branch 9 times, most recently from f3460e8 to 2863fda Compare February 4, 2024 02:19
@renovate renovate bot changed the title chore(deps): update dependency knope to v0.13.4 chore(deps): update dependency knope to v0.13.4 - autoclosed Feb 4, 2024
@renovate renovate bot closed this Feb 4, 2024
@renovate renovate bot deleted the renovate/knope-0.x branch February 4, 2024 02:30
@renovate renovate bot changed the title chore(deps): update dependency knope to v0.13.4 - autoclosed chore(deps): update dependency knope to v0.13.4 Feb 4, 2024
@renovate renovate bot restored the renovate/knope-0.x branch February 4, 2024 07:24
@renovate renovate bot reopened this Feb 4, 2024
@renovate renovate bot changed the title chore(deps): update dependency knope to v0.13.4 chore(deps): update dependency knope to v0.14.0 Feb 4, 2024
@renovate renovate bot merged commit 8a89667 into main Feb 4, 2024
4 checks passed
@renovate renovate bot deleted the renovate/knope-0.x branch February 4, 2024 07:25
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.

0 participants