Skip to content

chore: version to 0.46.0#3652

Merged
ruben-arts merged 4 commits intoprefix-dev:mainfrom
ruben-arts:bump/prepare-v0.46.0
Apr 22, 2025
Merged

chore: version to 0.46.0#3652
ruben-arts merged 4 commits intoprefix-dev:mainfrom
ruben-arts:bump/prepare-v0.46.0

Conversation

@ruben-arts
Copy link
Copy Markdown
Contributor

No description provided.

@ruben-arts ruben-arts requested a review from Hofer-Julian April 22, 2025 07:52
Copy link
Copy Markdown
Contributor

@Hofer-Julian Hofer-Julian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was missing this PR in the highlights as well as in the list of changes: #3540

I've proposed an example, but maybe you can double-check what went wrong here and add it to the list of changes

Comment on lines +31 to +37
```toml
[tasks.test-all]
depends-on = [
{ task = "test", environment = "py311" },
{ task = "test", environment = "py312" },
]
```
Copy link
Copy Markdown
Contributor

@Hofer-Julian Hofer-Julian Apr 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Github suggestions fails me, but I am proposing the following instead of this section:

[tasks]
test-all = { depends-on = [
  { task = "test", environment = "py311" },
  { task = "test", environment = "py312" },
] }

We also introduced a shorter version of tasks that only contain task dependencies.
Therefore, the example above can also be written like this:

[tasks]
test-all = [
  { task = "test", environment = "py311" },
  { task = "test", environment = "py312" },
]

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good one changed it!

Copy link
Copy Markdown
Contributor

@Hofer-Julian Hofer-Julian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One small thing. Afterward, let's bring it in 🎸

Co-authored-by: Hofer-Julian <30049909+Hofer-Julian@users.noreply.github.com>
@ruben-arts ruben-arts merged commit 8de0ce3 into prefix-dev:main Apr 22, 2025
5 of 6 checks passed
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.

2 participants