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

just 1.39.0 #205236

Merged
merged 2 commits into from
Jan 23, 2025
Merged

just 1.39.0 #205236

merged 2 commits into from
Jan 23, 2025

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
### Added
- Add `which()` and `require()` for finding executables ([#2440](https://github.com/casey/just/pull/2440) by [0xzhzh](https://github.com/0xzhzh))
- Add `no-exit-message` Setting and `[exit-message]` attribute ([#2568](https://github.com/casey/just/pull/2568) by [ArchieAtkinson](https://github.com/ArchieAtkinson))
- Configure alias style in `--list` with `--alias-style` ([#2342](https://github.com/casey/just/pull/2342) by [marcaddeo](https://github.com/marcaddeo))
- Add regex mismatch conditional operator ([#2490](https://github.com/casey/just/pull/2490) by [laniakea64](https://github.com/laniakea64))
- Add `read_to_string(path)` function ([#2507](https://github.com/casey/just/pull/2507) by [begoon](https://github.com/begoon))

Changed

  • Rename read_to_string() to read() (#2518 by casey)

Fixed

  • Keep [private] attribute when formatting assignments (#2592 by casey)
  • Format if … else if … without superfluous braces (#2573 by casey)
  • Fix error when lexing ! at end-of-file (#2520 by casey)
  • Handle recipes in submodules in fish completion script (#2514 by senekor)

Misc

  • Add tests for require() (#2594 by casey)
  • Evaluate concatenations and joins from left to right (#2593 by casey)
  • Disable links to empty chapters in book (#2589 by casey)
  • Link to CI workflow in readme (#2586 by bravesasha)
  • Clarify that trim_*_match functions take subtrings (#2574 by xavdid)
  • Update softprops/action-gh-release from 2.2.0 to 2.2.1 (#2570 by app/dependabot)
  • Check attributes in parser instead of analyzer (#2560 by casey)
  • Ignore I/O errors when writing changelog to stdout (#2558 by casey)
  • Add quiet setting and fix typos in readme (#2549 by unennhexium)
  • Update readme to use env() instead of env_var*() (#2546 by laniakea64)
  • Document using || to provide default for empty environment variable (#2545 by casey)
  • Refactor Line predicates (#2543 by casey)
  • Fix typos in README.md (#2542 by laniakea64)
  • Add full example getting XDG user directory to readme (#2536 by laniakea64)
  • Document weird behavior of duplicate definitions in imports (#2541 by casey)
  • Update readme to reflect actual behavior of user directory functions (#2535 by casey)
  • Update softprops/action-gh-release to 2.2.0 (#2530 by app/dependabot)
  • Document running python recipes with uv (#2526 by casey)
  • Sort functions alphabetically (#2525 by casey)
  • Fix truncated bang operator error message (#2522 by casey)
  • Include source path in dump JSON (#2466 by psibi)
  • Add attribute set (#2419 by neunenak)

@github-actions github-actions bot added rust Rust use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Jan 22, 2025
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Jan 23, 2025
@BrewTestBot BrewTestBot enabled auto-merge January 23, 2025 00:44
@BrewTestBot BrewTestBot added this pull request to the merge queue Jan 23, 2025
Merged via the queue into master with commit 22bea59 Jan 23, 2025
15 checks passed
@BrewTestBot BrewTestBot deleted the bump-just-1.39.0 branch January 23, 2025 00:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. rust Rust use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants