direnv/direnv (direnv/direnv)
### [`v2.33.0`](https://togithub.com/direnv/direnv/releases/tag/v2.33.0)
[Compare Source](https://togithub.com/direnv/direnv/compare/v2.32.3...v2.33.0)
- doc: add a Nushell section to `hook.md` by [@amtoine](https://togithub.com/amtoine) in [https://github.com/direnv/direnv/pull/1175](https://togithub.com/direnv/direnv/pull/1175)
- doc: fix broken links in installation.md by [@just1602](https://togithub.com/just1602) in [https://github.com/direnv/direnv/pull/1110](https://togithub.com/direnv/direnv/pull/1110)
- doc: show how to run tests by [@bukzor-sentryio](https://togithub.com/bukzor-sentryio) in [https://github.com/direnv/direnv/pull/1137](https://togithub.com/direnv/direnv/pull/1137)
- doc: update NixOS installation instructions by [@Gerg-L](https://togithub.com/Gerg-L) in [https://github.com/direnv/direnv/pull/1172](https://togithub.com/direnv/direnv/pull/1172)
- doc: update direnv.toml.1.md by [@Ativerc](https://togithub.com/Ativerc) in [https://github.com/direnv/direnv/pull/1099](https://togithub.com/direnv/direnv/pull/1099)
- feat: `direnv status --json` by [@shivaraj-bh](https://togithub.com/shivaraj-bh) in [https://github.com/direnv/direnv/pull/1142](https://togithub.com/direnv/direnv/pull/1142)
- feat: add PowerShell Support by [@bamsammich](https://togithub.com/bamsammich) in [https://github.com/direnv/direnv/pull/1171](https://togithub.com/direnv/direnv/pull/1171)
- feat: add mergify configuration by [@Mic92](https://togithub.com/Mic92) in [https://github.com/direnv/direnv/pull/1147](https://togithub.com/direnv/direnv/pull/1147)
- feat: add support for armv7l platform in install.sh by [@ardje](https://togithub.com/ardje) in [https://github.com/direnv/direnv/pull/1162](https://togithub.com/direnv/direnv/pull/1162)
- feat: add watch print command by [@Mic92](https://togithub.com/Mic92) in [https://github.com/direnv/direnv/pull/1198](https://togithub.com/direnv/direnv/pull/1198)
- feat: alias `direnv disallow` to deny by [@will](https://togithub.com/will) in [https://github.com/direnv/direnv/pull/1182](https://togithub.com/direnv/direnv/pull/1182)
- feat: stdlib: create CACHEDIR.TAG inside .direnv by [@Mic92](https://togithub.com/Mic92) in [https://github.com/direnv/direnv/pull/1148](https://togithub.com/direnv/direnv/pull/1148)
- fix: `allowPath` for `LoadedRC` by [@shivaraj-bh](https://togithub.com/shivaraj-bh) in [https://github.com/direnv/direnv/pull/1157](https://togithub.com/direnv/direnv/pull/1157)
- fix: don't prompt to allow if user explicitly denied by [@Gabriella439](https://togithub.com/Gabriella439) in [https://github.com/direnv/direnv/pull/1158](https://togithub.com/direnv/direnv/pull/1158)
- fix: man/direnv-stdlib: fix obsolete opam-env example by [@mzacho](https://togithub.com/mzacho) in [https://github.com/direnv/direnv/pull/1170](https://togithub.com/direnv/direnv/pull/1170)
- fix: print correct path in source_env log message by [@wentasah](https://togithub.com/wentasah) in [https://github.com/direnv/direnv/pull/1144](https://togithub.com/direnv/direnv/pull/1144)
- fix: quote tcsh $PATH, to avoid failure on whitespace by [@bukzor-sentryio](https://togithub.com/bukzor-sentryio) in [https://github.com/direnv/direnv/pull/1139](https://togithub.com/direnv/direnv/pull/1139)
- fix: remove redundant nil check in `CommandsDispatch` by [@Juneezee](https://togithub.com/Juneezee) in [https://github.com/direnv/direnv/pull/1166](https://togithub.com/direnv/direnv/pull/1166)
- fix: update nixpkgs and shellcheck by [@Mic92](https://togithub.com/Mic92) in [https://github.com/direnv/direnv/pull/1146](https://togithub.com/direnv/direnv/pull/1146)
Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
v2.32.3
->v2.33.0
Release Notes
direnv/direnv (direnv/direnv)
### [`v2.33.0`](https://togithub.com/direnv/direnv/releases/tag/v2.33.0) [Compare Source](https://togithub.com/direnv/direnv/compare/v2.32.3...v2.33.0) - doc: add a Nushell section to `hook.md` by [@amtoine](https://togithub.com/amtoine) in [https://github.com/direnv/direnv/pull/1175](https://togithub.com/direnv/direnv/pull/1175) - doc: fix broken links in installation.md by [@just1602](https://togithub.com/just1602) in [https://github.com/direnv/direnv/pull/1110](https://togithub.com/direnv/direnv/pull/1110) - doc: show how to run tests by [@bukzor-sentryio](https://togithub.com/bukzor-sentryio) in [https://github.com/direnv/direnv/pull/1137](https://togithub.com/direnv/direnv/pull/1137) - doc: update NixOS installation instructions by [@Gerg-L](https://togithub.com/Gerg-L) in [https://github.com/direnv/direnv/pull/1172](https://togithub.com/direnv/direnv/pull/1172) - doc: update direnv.toml.1.md by [@Ativerc](https://togithub.com/Ativerc) in [https://github.com/direnv/direnv/pull/1099](https://togithub.com/direnv/direnv/pull/1099) - feat: `direnv status --json` by [@shivaraj-bh](https://togithub.com/shivaraj-bh) in [https://github.com/direnv/direnv/pull/1142](https://togithub.com/direnv/direnv/pull/1142) - feat: add PowerShell Support by [@bamsammich](https://togithub.com/bamsammich) in [https://github.com/direnv/direnv/pull/1171](https://togithub.com/direnv/direnv/pull/1171) - feat: add mergify configuration by [@Mic92](https://togithub.com/Mic92) in [https://github.com/direnv/direnv/pull/1147](https://togithub.com/direnv/direnv/pull/1147) - feat: add support for armv7l platform in install.sh by [@ardje](https://togithub.com/ardje) in [https://github.com/direnv/direnv/pull/1162](https://togithub.com/direnv/direnv/pull/1162) - feat: add watch print command by [@Mic92](https://togithub.com/Mic92) in [https://github.com/direnv/direnv/pull/1198](https://togithub.com/direnv/direnv/pull/1198) - feat: alias `direnv disallow` to deny by [@will](https://togithub.com/will) in [https://github.com/direnv/direnv/pull/1182](https://togithub.com/direnv/direnv/pull/1182) - feat: stdlib: create CACHEDIR.TAG inside .direnv by [@Mic92](https://togithub.com/Mic92) in [https://github.com/direnv/direnv/pull/1148](https://togithub.com/direnv/direnv/pull/1148) - fix: `allowPath` for `LoadedRC` by [@shivaraj-bh](https://togithub.com/shivaraj-bh) in [https://github.com/direnv/direnv/pull/1157](https://togithub.com/direnv/direnv/pull/1157) - fix: don't prompt to allow if user explicitly denied by [@Gabriella439](https://togithub.com/Gabriella439) in [https://github.com/direnv/direnv/pull/1158](https://togithub.com/direnv/direnv/pull/1158) - fix: man/direnv-stdlib: fix obsolete opam-env example by [@mzacho](https://togithub.com/mzacho) in [https://github.com/direnv/direnv/pull/1170](https://togithub.com/direnv/direnv/pull/1170) - fix: print correct path in source_env log message by [@wentasah](https://togithub.com/wentasah) in [https://github.com/direnv/direnv/pull/1144](https://togithub.com/direnv/direnv/pull/1144) - fix: quote tcsh $PATH, to avoid failure on whitespace by [@bukzor-sentryio](https://togithub.com/bukzor-sentryio) in [https://github.com/direnv/direnv/pull/1139](https://togithub.com/direnv/direnv/pull/1139) - fix: remove redundant nil check in `CommandsDispatch` by [@Juneezee](https://togithub.com/Juneezee) in [https://github.com/direnv/direnv/pull/1166](https://togithub.com/direnv/direnv/pull/1166) - fix: update nixpkgs and shellcheck by [@Mic92](https://togithub.com/Mic92) in [https://github.com/direnv/direnv/pull/1146](https://togithub.com/direnv/direnv/pull/1146)Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.