Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nat-n/poethepoet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.35.1
Choose a base ref
...
head repository: nat-n/poethepoet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.36.0
Choose a head ref
  • 3 commits
  • 8 files changed
  • 1 contributor

Commits on Jun 29, 2025

  1. Configuration menu
    Copy the full SHA
    f3d9a91 View commit details
    Browse the repository at this point in the history
  2. feat!: Improve handling of unmatched glob patterns in cmd tasks (#315)

    Unmatched glob patterns will now be passed through to the task untouched,
    instead of being replaced with nothing.
    
    The old behavior can be restored for a task be setting the new `empty_glob` 
    option to "null" (like the nullglob option in bash). This option can also 
    be set to "fail" to make the task execution fail with an error when an 
    unmatched glob pattern is encountered.
    
    In case a task fails in a way that might have been due to this breaking
    change then we write a warning message with a link to explain the breaking 
    change.
    
    Also:
    - resolve relative paths for task level cwd early in the process.
    nat-n authored Jun 29, 2025
    Configuration menu
    Copy the full SHA
    8bee3a1 View commit details
    Browse the repository at this point in the history
  3. Bump version to 0.36.0

    nat-n committed Jun 29, 2025
    Configuration menu
    Copy the full SHA
    6813946 View commit details
    Browse the repository at this point in the history
Loading