Skip to content

Commit

Permalink
Release 1.33.0 (#2286)
Browse files Browse the repository at this point in the history
- Bump version: 1.32.0 → 1.33.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
- Update version references in readme
  • Loading branch information
casey authored Jul 31, 2024
1 parent 7025c2d commit 317a85d
Show file tree
Hide file tree
Showing 4 changed files with 121 additions and 75 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
Changelog
=========

[1.33.0](/~https://github.com/casey/just/releases/tag/1.33.0) - 2024-07-30
------------------------------------------------------------------------

### Fixed
- Use correct backtick and `shell()` expression working directory in submodules ([#2285](/~https://github.com/casey/just/pull/2285) by [casey](/~https://github.com/casey))

### Added
- Add `working-directory` setting ([#2283](/~https://github.com/casey/just/pull/2283) by [nyurik](/~https://github.com/nyurik))
- Allow `[group]` attribute on submodules ([#2263](/~https://github.com/casey/just/pull/2263) by [jmwoliver](/~https://github.com/jmwoliver))
- Allow empty `[script]` attribute and add `set script-interpreter` ([#2264](/~https://github.com/casey/just/pull/2264) by [casey](/~https://github.com/casey))

### Misc
- Document which attributes apply to which items ([#2282](/~https://github.com/casey/just/pull/2282) by [casey](/~https://github.com/casey))
- Add missing productions ([#2280](/~https://github.com/casey/just/pull/2280) by [poliorcetics](/~https://github.com/poliorcetics))
- Fix Rust 1.80.0 warnings ([#2281](/~https://github.com/casey/just/pull/2281) by [casey](/~https://github.com/casey))
- Update softprops/action-gh-release ([#2269](/~https://github.com/casey/just/pull/2269) by [app/dependabot](/~https://github.com/app/dependabot))
- Remove `(no group)` header before ungrouped recipes ([#2268](/~https://github.com/casey/just/pull/2268) by [casey](/~https://github.com/casey))
- Document `script-interpreter` setting ([#2265](/~https://github.com/casey/just/pull/2265) by [casey](/~https://github.com/casey))
- `set dotenv-path` does not override `set dotenv-filename` ([#2262](/~https://github.com/casey/just/pull/2262) by [casey](/~https://github.com/casey))

[1.32.0](/~https://github.com/casey/just/releases/tag/1.32.0) - 2024-07-17
------------------------------------------------------------------------

Expand Down
Loading

0 comments on commit 317a85d

Please sign in to comment.