Skip to content

Commit 317a85d

Browse files
authored
Release 1.33.0 (#2286)
- Bump version: 1.32.0 → 1.33.0 - Update changelog - Update changelog contributor credits - Update dependencies - Update version references in readme
1 parent 7025c2d commit 317a85d

File tree

4 files changed

+121
-75
lines changed

4 files changed

+121
-75
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
Changelog
22
=========
33

4+
[1.33.0](https://github.com/casey/just/releases/tag/1.33.0) - 2024-07-30
5+
------------------------------------------------------------------------
6+
7+
### Fixed
8+
- Use correct backtick and `shell()` expression working directory in submodules ([#2285](https://github.com/casey/just/pull/2285) by [casey](https://github.com/casey))
9+
10+
### Added
11+
- Add `working-directory` setting ([#2283](https://github.com/casey/just/pull/2283) by [nyurik](https://github.com/nyurik))
12+
- Allow `[group]` attribute on submodules ([#2263](https://github.com/casey/just/pull/2263) by [jmwoliver](https://github.com/jmwoliver))
13+
- Allow empty `[script]` attribute and add `set script-interpreter` ([#2264](https://github.com/casey/just/pull/2264) by [casey](https://github.com/casey))
14+
15+
### Misc
16+
- Document which attributes apply to which items ([#2282](https://github.com/casey/just/pull/2282) by [casey](https://github.com/casey))
17+
- Add missing productions ([#2280](https://github.com/casey/just/pull/2280) by [poliorcetics](https://github.com/poliorcetics))
18+
- Fix Rust 1.80.0 warnings ([#2281](https://github.com/casey/just/pull/2281) by [casey](https://github.com/casey))
19+
- Update softprops/action-gh-release ([#2269](https://github.com/casey/just/pull/2269) by [app/dependabot](https://github.com/app/dependabot))
20+
- Remove `(no group)` header before ungrouped recipes ([#2268](https://github.com/casey/just/pull/2268) by [casey](https://github.com/casey))
21+
- Document `script-interpreter` setting ([#2265](https://github.com/casey/just/pull/2265) by [casey](https://github.com/casey))
22+
- `set dotenv-path` does not override `set dotenv-filename` ([#2262](https://github.com/casey/just/pull/2262) by [casey](https://github.com/casey))
23+
424
[1.32.0](https://github.com/casey/just/releases/tag/1.32.0) - 2024-07-17
525
------------------------------------------------------------------------
626

0 commit comments

Comments
 (0)