Skip to content

Releases: gnpaone/rust-just

1.38.0

11 Dec 01:47
8c1c9ed
Compare
Choose a tag to compare

Added

  • Add [openbsd] recipe attribute (#2497 by vtamara)
  • Add [working-directory] recipe attribute (#2438 by bcheidemann)
  • Add --allow-missing to ignore missing recipe and submodule errors (#2460 by R3ZV)

Changed

  • Add snap package back to readme (#2506 by casey)
  • Forbid duplicate non-repeatable attributes (#2483 by casey)

Misc

  • Publish docs to GitHub pages on release only (#2516 by casey)
  • Note lack of support for string interpolation (#2515 by casey)
  • Embolden help text errors (#2502 by casey)
  • Style help text (#2501 by casey)
  • Add --request subcommand for testing (#2498 by casey)
  • [bin/forbid] Improve error message if ripgrep is missing (#2493 by casey)
  • Fix Rust 1.83 clippy warnings (#2487 by casey)
  • Refactor JSON tests (#2484 by casey)
  • Get Config from ExecutionContext instead of passing separately (#2481 by casey)
  • Don't write justfiles unchanged by formatting (#2479 by casey)

1.37.0

21 Nov 01:42
578e83e
Compare
Choose a tag to compare

Added

Changed

  • Make recipe doc attribute override comment (#2470 by casey)
  • Don't export constants (#2449 by casey)
  • Allow duplicate imports (#2437 by casey)
  • Publish single SHA256SUM file with releases (#2417 by casey)
  • Mark recipes with private attribute as private in JSON dump (#2415 by casey)
  • Forbid invalid attributes on assignments (#2412 by casey)

Misc

1.36.0

01 Oct 03:29
05183e2
Compare
Choose a tag to compare

Changed

  • Allow default values to use earlier recipe arguments (#2382 by casey)

Added

  • Add --one flag to forbid multiple recipes from being invoked on the command line (#2374 by casey)
  • Allow including arbitrary characters in strings with \u{…} (#2360 by laniakea64)
  • Print recipe doc string when--explain flag is passed (#2319 by neunenak)

Misc

1.35.0

19 Sep 17:40
008297f
Compare
Choose a tag to compare

Changed

  • Allow fallback with recipes in submodules (#2329 by casey)
  • Allow [private] attribute on assignments (#2300 by adsnaider)

Misc