Path to this page:
./
devel/mise,
Polyglot tool version manager like asdf
Branch: CURRENT,
Version: 2024.12.14,
Package name: mise-2024.12.14,
Maintainer: pkgsrc-usersmise (pronounced "meez") or "mise-en-place" is a development environment
setup tool. The name refers to a French culinary phrase that roughly
translates to "setup" or "put in place". The idea is that before one
begins cooking, they should have all their utensils and ingredients
ready to go in their place.
mise does the same for your projects. Using its .mise.toml config file,
you'll have a consistent way to setup and interact with your projects no
matter what language they're written in.
Master sites:
Filesize: 4053.043 KB
Version history: (Expand)
- (2024-12-19) Updated to version: mise-2024.12.14
- (2024-12-17) Updated to version: mise-2024.12.12
- (2024-12-13) Updated to version: mise-2024.12.8
- (2024-12-13) Updated to version: mise-2024.12.7
- (2024-12-11) Updated to version: mise-2024.12.5
- (2024-12-08) Updated to version: mise-2024.12.2
CVS history: (Expand)
2024-12-21 17:32:07 by pin | Files touched by this commit (1) |
Log message:
devel/mise: add warning about required Rust
for newer versions.
|
2024-12-19 10:43:57 by pin | Files touched by this commit (3) | |
Log message:
devel/mise: update to 2024.12.14
2024.12.14 - 2024-12-18
๐ Features
(registry) Add lazydocker by @hverlin in #3655
(registry) Add btop by @hverlin in #3667
Allows control of config_root for global config by @bnorick in #3670
allow inserting PATH in env._.source by @jdx in #3685
๐ Bug Fixes
Can not find the bin files when using python venv on windows by @NavyD in #3664
render tasks in task files by @risu729 in #3666
dont require run script for task add by @jdx in #3675
auto-trust on task add by @jdx in #3676
completions getting wrapped in quotes by @jdx in #3679
pass pristine env to tera in final_env by @risu729 in #3682
trap panics in task resolving by @jdx in #3677
๐ Documentation
mark new features as experimental by @syhol in #3659
๐งช Testing
add test cases for venv templates by @jdx in #3683
๐ Other Changes
Update index.md by @jdx in 907a96a
Update config.ts by @jdx in bc22e7c
2024.12.13 - 2024-12-17
๐ Features
mise task add by @jdx in #3616
elixir core tool by @jdx in #3620
elixir on windows by @jdx in #3623
added install_env tool option by @jdx in #3622
Add Powershell support by @fgilcc in #3506
improve redactions by @jdx in #3647
๐ Bug Fixes
run venv after tools are loaded by @jdx in #3612
some improvements to mise fmt by @jdx in #3615
always run postinstall hook by @jdx in #3618
move bat from aqua to ubi by @jdx in 60d0c79
do not require version for mise sh --unset by @jdx in #3628
back nomad with nomad, not levant by @rliebz in #3633
correct python precompiled urls for freebsd by @jdx in #3637
bug fixes with tools=true in env by @jdx in #3639
sort keys in __MISE_DIFF to make the serialised value deterministic by \
@joshbode in #3640
resolve config_root for dir tasks option by @risu729 in #3649
๐ Documentation
add getting-started carousel by @hverlin in #3613
Fix Sops URL by @matthew-snyder in #3619
add elixir to sidebar by @risu729 in #3650
update task documentation by @hverlin in #3651
๐ Other Changes
format toml with taplo by @jdx in #3625
add platform field to registry backends by @jdx in #3626
|
2024-12-17 20:56:21 by pin | Files touched by this commit (3) | |
Log message:
devel/mise: update to 2024.12.12
2024.12.12 - 2024-12-16
๐ Features
Add upx,actionlint and correct ripsecret error by @boris-smidt-klarrio in #3601
aqua:argo-cd by @boris-smidt-klarrio in #3600
task tools by @jdx in #3599
lazy env eval by @jdx in #3598
added cache feature to templates by @jdx in #3608
๐ Bug Fixes
added MISE_SOPS_ROPS setting by @jdx in #3603
respect CLICOLOR_FORCE by @jdx in #3607
only create 1 venv by @jdx in #3610
set bash --noprofile for env._.source by @jdx in #3611
๐ Documentation
improve settings a bit by @jdx in d53d011
Install on Windows - Update doc on install on Windows with Scoop and WinGet \
+ fix NOTE section by @o-l-a-v in #3604
remove note about winget by @jdx in 9c0c1ce
๐ Other Changes
disable automatic cargo up on release by @jdx in 3f0d91a
2024.12.11 - 2024-12-15
๐ Features
added selector for mise use with no args by @jdx in #3570
added tool descriptions by @jdx in #3571
added mise sync python --uv by @jdx in #3575
sync ruby --brew by @jdx in #3577
encrypted configs by @jdx in #3584
added mise --no-config by @jdx in #3590
allow _.file in vars by @jdx in #3593
๐ Bug Fixes
(python) reduce network usage for python precompiled manifests by @jdx in #3568
(python) check only if first or specified python is installed for _.venv by \
@jdx in #3576
(swift) prevent swift from using linux platforms that are not available by \
@jdx in #3583
correct headers on mise ls by @jdx in 5af3b17
correct message truncation in mise run by @jdx in c668857
include uv in path for hook-env by @jdx in #3572
correct subtitle in mise use selector by @jdx in 4be6d79
some bugs with status.show_tools and status.show_env by @jdx in #3586
use task.display_name for mise run by @jdx in a009de1
path is treated differently in nushell by @samuelallan72 in #3592
allow number/bool in .env.json by @jdx in #3594
๐ Refactor
break up env_directive by @jdx in #3587
๐ Documentation
better warning when venv auto create is skipped by @syhol in #3573
added rendered go settings by @jdx in b41c3dd
๐ Other Changes
Update comparison-to-asdf.md by @jdx in e7715c8
Update task-configuration.md by @jdx in e3586b7
Update contributing.md by @jdx in 80d5b8d
Fix concat for nushell script by @samuelallan72 in #3591
use sudo for apt by @fhalim in #3595
2024.12.10 - 2024-12-14
๐ Features
(python) add other indygreg flavors by @jdx in #3565
redactions by @jdx in #3529
show unload messages/run leave hook by @jdx in #3532
update demand and default mise run to filtering by @jdx in 48c366d
๐ Bug Fixes
(go) only use "v" prefix if version is semver-like by @jdx in #3556
(go) fix non-v installs by @jdx in 36e7631
disable libgit2 for updating plugin repos for now by @jdx in #3533
rename kubelogin to azure-kubelogin and add replace it with more popular \
kubelogin cli by @jdx in #3534
add backend to lockfile by @jdx in #3535
parse task env vars as templates by @jdx in #3536
do not add ignore file if not tty by @jdx in #3558
improve output of mise tasks by @jdx in #3562
๐ Documentation
add installation via zinit by @Finkregh in #3563
๐ Other Changes
Update config.ts by @jdx in 7ba504c
added comfy-table by @jdx in #3561
Update tips-and-tricks.md by @jdx in a09d4c2
pitchfork by @jdx in 2c47f72
updated usage by @jdx in #3564
added install-dev task by @jdx in 0c351a8
2024.12.9 - 2024-12-14
๐ Features
(tasks) optional automatic outputs by @jdx in #3528
added quiet field to tasks by @jdx in #3514
show instructions for updating when min_version does not match by @jdx in #3520
several enhancements to tasks by @jdx in #3526
๐ Bug Fixes
make bash_completions lib optional by @jdx in #3516
make plugin update work with libgit2 by @jdx in #3519
bug with mise task edit and new tasks by @jdx in #3521
correct self-update message by @jdx in eff0cff
task source bug fixes by @jdx in #3522
๐ Documentation
add explanation about shebang by @hverlin in #3501
add vitepress-plugin-group-icons by @hverlin in #3527
๐งช Testing
pin swift version by @jdx in 2b966a4
skip firebase by @jdx in e5714bc
๐ Other Changes
Update pipx.md by @jdx in 5fc9d9d
๐ฆ๏ธ Dependency Updates
update rust crate bzip2 to 0.5 by @renovate[bot] in #3511
|
2024-12-13 10:21:43 by pin | Files touched by this commit (3) | |
Log message:
devel/mise: update to 2024.12.8
๐ Features
(registry) use pipx for pdm by @risu729 in #3504
added pitchfork by @jdx in bac731e
๐ Bug Fixes
Adds support for multi-use args by @bnorick in #3505
make task completion script POSIX by @jdx in b92b560
๐ Documentation
Add more examples for toml tasks by @hverlin in #3491
๐ Other Changes
Fix README link. by @biggusbeetus in #3502
use main branch for winget by @jdx in b4036cf
|
2024-12-12 22:56:15 by pin | Files touched by this commit (3) | |
Log message:
devel/mise: update to 2024.12.7
v2024.12.7
๐ Features
add the users PATH to mise doctor by @syhol in #3474
feat : Add superfile with aqua backend to registery by @yodatak in #3479
added task_auto_install setting by @jdx in #3481
Add yazi with aqua backend to registery by @yodatak in #3485
Migrating Terragrunt asdf plugin over to gruntwork-io by @yhakbar in #3486
add settings for python venv creation by @jdx in #3489
added MISE_ARCH setting by @jdx in #3490
add jj to registry by @phyrog in #3495
add task descriptions to completions by @jdx in #3497
๐ Bug Fixes
mise upgrade with rust by @jdx in #3475
improve arg parsing for mise watch by @jdx in #3478
skip reading ignored config dirs by @jdx in #3480
deprecated attribute in json schema by @jdx in #3482
simplify auto_install settings by @jdx in #3483
use config_root for env._.source by @jdx in #3484
allow directories as task source by @jdx in #3488
Use arguments for to pass staged filenames to pre-commit task by @joshbode \
in #3492
๐ Documentation
updated mise watch docs to drop the -t by @jdx in 8ea6226
๐ Other Changes
move debug log to trace by @jdx in 5c6c884
v2024.12.6
๐ Features
added descriptions to mise run by @jdx in #3460
mise format by @jdx in #3461
mise fmt (renamed from mise format) by @jdx in #3465
mise format by @jdx in d18b040
๐ Bug Fixes
(swift) remove clang bins by @jdx in #3468
use 7zip for windows zip by @jdx in 475ae62
disable filtering by default on mise run by @jdx in 507ee27
deprecate direnv integration by @jdx in #3464
remove hidden commands from docs by @jdx in 42a9a05
improve hook-env by @jdx in #3466
deprecate @System versions by @jdx in #3467
do not reuse local tool options for mise use -g by @jdx in #3469
allow "~" in python.default_packages_file by @jdx in #3472
read all config files for mise set by @jdx in #3473
๐ Documentation
fixing elvish install instructions by @ejrichards in #3459
remove bad formatting in setting by @jdx in f33813b
added external links by @jdx in 8271e7b
๐ Other Changes
fix windows zip structure by @jdx in 195039f
Update contributing.md by @jdx in bdd06e5
|
2024-12-11 10:52:26 by pin | Files touched by this commit (3) | |
Log message:
devel/mise: update to 2024.12.5
2024.12.5 - 2024-12-10
๐ Features
make mise trust act on directories instead of files by @jdx in #3454
๐ Bug Fixes
correctly lowercase "zsh" for shell hooks by @jdx in 035ae59
read MISE_CONFIG_DIR/conf.d/*.toml configs by @jdx in #3439
retains spm artifacts by @jdx in #3441
add env var for MISE_NPM_BUN setting by @jdx in b3c57e2
hide hidden tasks in mise run selector UI by @jdx in #3449
trim run scripts whitespace by @jdx in #3450
shell-escape arg() in tasks by @jdx in #3453
use shebang in run script to determine how arg escaping should work by @jdx \
in #3455
๐ Documentation
example with required version by @felixhummel in #3448
document new windows installers by @jdx in #3452
๐ Other Changes
added winget workflow by @jdx in 901e048
2024.12.4 - 2024-12-09
๐ Features
add staged files to mise generate git-pre-commit by @jdx in #3410
shell hooks by @jdx in #3414
added cowsay by @jdx in #3420
add openbao by @phyrog in #3426
add gocryptfs by @phyrog in #3427
use aqua for flyctl by @jdx in f7ed363
๐ Bug Fixes
do not set debug mode when calling mise -v by @jdx in #3418
issue with usage and arg completions by @jdx in #3433
๐ Documentation
Small documentation improvements by @hverlin in #3413
updated demo.gif by @jdx in #3419
๐ Other Changes
Update walkthrough.md by @jdx in c3aa2d0
Update hooks.md by @jdx in 9c71e44
Update installing-mise.md by @jdx in 2cc97ca
update default.nix by @minhtrancccp in #3430
Fix mention of slsa-verifier in documentation by @will-ockmore in #3435
2024.12.3 - 2024-12-08
๐ Features
add danger-swift by @msnazarow in #3406
๐ Documentation
(backend) fix git url syntax example by @risu729 in #3404
update dev-tools overview documentation by @hverlin in #3400
โก Performance
increase performance of watch_files by @jdx in #3407
make ls --offline default behavior by @jdx in #3409
๐ Other Changes
Update environments.md by @jdx in aa5eeff
|
2024-12-08 18:23:04 by pin | Files touched by this commit (3) | |
Log message:
devel/mise: update to 2024.12.2
## [2024.12.2](https://github.com/jdx/mise/compare/v2024.12.1..v2024.12.2) - \
2024-12-07
### ๐ Features
- **(registry)** add zls to registry by [@hverlin](https://github.com/hverlin) \
in [#3392](https://github.com/jdx/mise/pull/3392)
- Add --json-extended option to mise env by \
[@hverlin](https://github.com/hverlin) in \
[#3389](https://github.com/jdx/mise/pull/3389)
### ๐ Bug Fixes
- **(config)** set config_root for tasks defined in included toml files by \
[@risu729](https://github.com/risu729) in \
[#3388](https://github.com/jdx/mise/pull/3388)
- global hooks by [@jdx](https://github.com/jdx) in \
[#3393](https://github.com/jdx/mise/pull/3393)
- only run watch_file hook when it has changed file by \
[@jdx](https://github.com/jdx) in [#3394](https://github.com/jdx/mise/pull/3394)
- bug with aliasing core tools by [@jdx](https://github.com/jdx) in \
[#3395](https://github.com/jdx/mise/pull/3395)
- remove shims directory before activating by [@jdx](https://github.com/jdx) in \
[#3396](https://github.com/jdx/mise/pull/3396)
### ๐ Refactor
- use github crate to list zig releases by \
[@risu729](https://github.com/risu729) in \
[#3386](https://github.com/jdx/mise/pull/3386)
### ๐ Documentation
- add zig to core tools by [@risu729](https://github.com/risu729) in \
[#3385](https://github.com/jdx/mise/pull/3385)
### ๐ Other Changes
- debug log by [@jdx](https://github.com/jdx) in \
[0075db0](https://github.com/jdx/mise/commit/0075db05a24a9bc2e3015b8a48bcfe730fe80d07)
## [2024.12.1](https://github.com/jdx/mise/compare/v2024.12.0..v2024.12.1) - \
2024-12-06
### ๐ Features
- **(registry)** use aqua for some tools by \
[@risu729](https://github.com/risu729) in \
[#3375](https://github.com/jdx/mise/pull/3375)
- allow filtering `mise bin-paths` on tools by [@jdx](https://github.com/jdx) in \
[#3367](https://github.com/jdx/mise/pull/3367)
- added aws-cli from aqua by [@jdx](https://github.com/jdx) in \
[#3370](https://github.com/jdx/mise/pull/3370)
- multiple MISE_ENV environments by [@jdx](https://github.com/jdx) in \
[#3371](https://github.com/jdx/mise/pull/3371)
- add mise-task.json schema by [@hverlin](https://github.com/hverlin) in \
[#3374](https://github.com/jdx/mise/pull/3374)
- automatically call `hook-env` by [@jdx](https://github.com/jdx) in \
[#3373](https://github.com/jdx/mise/pull/3373)
### ๐ Bug Fixes
- **(docs)** correct syntax error in IDE integration examples by \
[@EricGusmao](https://github.com/EricGusmao) in \
[#3360](https://github.com/jdx/mise/pull/3360)
- ensure version check message is displayed by [@jdx](https://github.com/jdx) in \
[#3358](https://github.com/jdx/mise/pull/3358)
- show warning if no precompiled pythons found by [@jdx](https://github.com/jdx) \
in [#3359](https://github.com/jdx/mise/pull/3359)
- allow compilation not on macOS, Linux, or Windows by \
[@avysk](https://github.com/avysk) in \
[#3363](https://github.com/jdx/mise/pull/3363)
- make hook-env compatible with zsh auto_name_dirs by \
[@jdx](https://github.com/jdx) in [#3366](https://github.com/jdx/mise/pull/3366)
- skip optional env._.file files by [@jdx](https://github.com/jdx) in \
[#3381](https://github.com/jdx/mise/pull/3381)
- .terraform-version by [@jdx](https://github.com/jdx) in \
[#3380](https://github.com/jdx/mise/pull/3380)
### ๐ Documentation
- update auto-completion docs by [@hverlin](https://github.com/hverlin) in \
[#3355](https://github.com/jdx/mise/pull/3355)
- fix `Environment variables passed to tasks` section by \
[@hverlin](https://github.com/hverlin) in \
[#3378](https://github.com/jdx/mise/pull/3378)
### ๐งช Testing
- try to fix coverage rate limits by [@jdx](https://github.com/jdx) in \
[#3384](https://github.com/jdx/mise/pull/3384)
### ๐ Other Changes
- Update shims.md by [@jdx](https://github.com/jdx) in \
[2d48109](https://github.com/jdx/mise/commit/2d48109a77ae4432b0fd6cede3196a0819710186)
- Update hooks.md by [@jdx](https://github.com/jdx) in \
[2693f94](https://github.com/jdx/mise/commit/2693f946f7cbb2819a4d4df37b6314759e38e9f3)
### New Contributors
- @avysk made their first contribution in \
[#3363](https://github.com/jdx/mise/pull/3363)
- @EricGusmao made their first contribution in \
[#3360](https://github.com/jdx/mise/pull/3360)
## [2024.12.0](https://github.com/jdx/mise/compare/v2024.11.37..v2024.12.0) - \
2024-12-04
### ๐ Features
- **(erlang)** use precompiled binaries for macos by \
[@jdx](https://github.com/jdx) in [#3353](https://github.com/jdx/mise/pull/3353)
- add upctl by [@scop](https://github.com/scop) in \
[#3309](https://github.com/jdx/mise/pull/3309)
- Add `json-with-sources` option to settings ls by \
[@hverlin](https://github.com/hverlin) in \
[#3307](https://github.com/jdx/mise/pull/3307)
- add ripsecrets to registry.toml by \
[@boris-smidt-klarrio](https://github.com/boris-smidt-klarrio) in \
[#3334](https://github.com/jdx/mise/pull/3334)
- Add kyverno-cli by \
[@boris-smidt-klarrio](https://github.com/boris-smidt-klarrio) in \
[#3336](https://github.com/jdx/mise/pull/3336)
### ๐ Bug Fixes
- add exec to `mise g git-pre-commit` by [@jdx](https://github.com/jdx) in \
[27a3aef](https://github.com/jdx/mise/commit/27a3aefa767c8ef142009dd54c4d7dcc19c235b2)
- bake gpg keys in by [@jdx](https://github.com/jdx) in \
[#3318](https://github.com/jdx/mise/pull/3318)
- deprecate `mise local|global` by [@jdx](https://github.com/jdx) in \
[#3350](https://github.com/jdx/mise/pull/3350)
### ๐ Refactor
- use aqua for ruff by [@scop](https://github.com/scop) in \
[#3316](https://github.com/jdx/mise/pull/3316)
### ๐ Documentation
- add terraform recipe to the cookbook by \
[@AliSajid](https://github.com/AliSajid) in \
[#3305](https://github.com/jdx/mise/pull/3305)
- fix git examples for cargo backend by [@tmeijn](https://github.com/tmeijn) in \
[#3335](https://github.com/jdx/mise/pull/3335)
### ๐งช Testing
- remove non-working maven test by [@jdx](https://github.com/jdx) in \
[5a3ed16](https://github.com/jdx/mise/commit/5a3ed16efb29dbf80f5ac251eec39e3a462d2219)
- remove gleam by [@jdx](https://github.com/jdx) in \
[fdfe20b](https://github.com/jdx/mise/commit/fdfe20b32b16b835655551d3f12b5d6e90856b2e)
- use latest golang in e2e test by [@jdx](https://github.com/jdx) in \
[#3349](https://github.com/jdx/mise/pull/3349)
### ๐ Other Changes
- Update tips-and-tricks.md by [@jdx](https://github.com/jdx) in \
[5071419](https://github.com/jdx/mise/commit/5071419b988d3655b87e7413a4577fab2684ddf8)
- Update tips-and-tricks.md by [@jdx](https://github.com/jdx) in \
[fcc6b59](https://github.com/jdx/mise/commit/fcc6b59740306ee2065f365d230b30abbefcc7d2)
- Update tips-and-tricks.md by [@jdx](https://github.com/jdx) in \
[039b19d](https://github.com/jdx/mise/commit/039b19dd9dc68e3047b23127483af2f9efd11e1b)
- Update configuration.md by [@jdx](https://github.com/jdx) in \
[b0cac9e](https://github.com/jdx/mise/commit/b0cac9e7573ccb5dd70c3b3b1e53a0a7911c2e18)
- Update tips-and-tricks.md by [@jdx](https://github.com/jdx) in \
[9347be8](https://github.com/jdx/mise/commit/9347be89a9a86c0bde40c3986c01b98e4f8d68b8)
- Update tips-and-tricks.md by [@jdx](https://github.com/jdx) in \
[1cfc822](https://github.com/jdx/mise/commit/1cfc8228541c98111c36c5470323f9fe52d2125f)
- Update registry.toml by [@jdx](https://github.com/jdx) in \
[5a28860](https://github.com/jdx/mise/commit/5a28860ac7f8d81194926d6b14eb394ecbe7dc0d)
- upgrade usage-lib by [@jdx](https://github.com/jdx) in \
[554d533](https://github.com/jdx/mise/commit/554d533a253a137c27c5cdac6da2ae09629029dc)
- add rust to core tools list by [@gurgelio](https://github.com/gurgelio) in \
[#3341](https://github.com/jdx/mise/pull/3341)
- use asdf:mise-plugins/mise-nim by [@jdx](https://github.com/jdx) in \
[#3352](https://github.com/jdx/mise/pull/3352)
### New Contributors
- @gurgelio made their first contribution in \
[#3341](https://github.com/jdx/mise/pull/3341)
- @tmeijn made their first contribution in \
[#3335](https://github.com/jdx/mise/pull/3335)
- @boris-smidt-klarrio made their first contribution in \
[#3336](https://github.com/jdx/mise/pull/3336)
- @AliSajid made their first contribution in \
[#3305](https://github.com/jdx/mise/pull/3305)
## [2024.11.37](https://github.com/jdx/mise/compare/v2024.11.36..v2024.11.37) - \
2024-11-30
### ๐ Features
- add black by [@scop](https://github.com/scop) in \
[#3292](https://github.com/jdx/mise/pull/3292)
- migrate more tools away from asdf by [@jdx](https://github.com/jdx) in \
[40f92c6](https://github.com/jdx/mise/commit/40f92c6b0e1fefd171dd44ee9f62f1f597ee352c)
### ๐ Bug Fixes
- handle General/Complex Versioning in --bump by \
[@liskin](https://github.com/liskin) in \
[#2889](https://github.com/jdx/mise/pull/2889)
- broken path example by [@minddust](https://github.com/minddust) in \
[#3296](https://github.com/jdx/mise/pull/3296)
- swift path on macos by [@jdx](https://github.com/jdx) in \
[#3299](https://github.com/jdx/mise/pull/3299)
- do not auto-install on `mise x` if some tools are passed by \
[@jdx](https://github.com/jdx) in \
[35d31a1](https://github.com/jdx/mise/commit/35d31a1baf96fe6f0e764e26228c1b03ba24ddce)
- fix: also make certain we are not auto installing inside shims by checking by \
[@jdx](https://github.com/jdx) in \
[b0c4a74](https://github.com/jdx/mise/commit/b0c4a749309064825852041d8d72c7eac9fb116c)
- cache github release information for 24 hours by \
[@jdx](https://github.com/jdx) in [#3300](https://github.com/jdx/mise/pull/3300)
### ๐ Refactor
- use aqua for snyk by [@scop](https://github.com/scop) in \
[#3290](https://github.com/jdx/mise/pull/3290)
### ๐ Other Changes
- Revert "fix: always prefer glibc to musl in mise run " by \
[@jdx](https://github.com/jdx) in [#3298](https://github.com/jdx/mise/pull/3298)
- bump expr-lang by [@jdx](https://github.com/jdx) in \
[#3297](https://github.com/jdx/mise/pull/3297)
- mise up --bump by [@jdx](https://github.com/jdx) in \
[6872b54](https://github.com/jdx/mise/commit/6872b5469622140335a12131dfa4acf310fc0c2a)
- update mise.lock by [@jdx](https://github.com/jdx) in \
[4c12502](https://github.com/jdx/mise/commit/4c12502c459ba2e214689c3f55d964b8f75966af)
- disable tool tests until I can sort out gh rate limit issues by \
[@jdx](https://github.com/jdx) in \
[f42f010](https://github.com/jdx/mise/commit/f42f010f03a57cab128290c0b9d936fd7a90c785)
### New Contributors
- @minddust made their first contribution in \
[#3296](https://github.com/jdx/mise/pull/3296)
## [2024.11.36](https://github.com/jdx/mise/compare/v2024.11.35..v2024.11.36) - \
2024-11-29
### ๐ Other Changes
- mise i by [@jdx](https://github.com/jdx) in \
[8150732](https://github.com/jdx/mise/commit/81507327e7f1c9f2137b3dadcf35a8245d43a8ba)
## [2024.11.35](https://github.com/jdx/mise/compare/v2024.11.34..v2024.11.35) - \
2024-11-29
### ๐ Features
- migrate more tools away from asdf by [@jdx](https://github.com/jdx) in \
[#3279](https://github.com/jdx/mise/pull/3279)
### ๐ Bug Fixes
- remove conflicting MISE_SHELL setting by [@jdx](https://github.com/jdx) in \
[#3284](https://github.com/jdx/mise/pull/3284)
### ๐ Refactor
- simplify __MISE_WATCH variable to only contain the most recent timestamp by \
[@jdx](https://github.com/jdx) in [#3282](https://github.com/jdx/mise/pull/3282)
### ๐งช Testing
- remove unnecessary cargo-binstall test by [@jdx](https://github.com/jdx) in \
[0a4da7a](https://github.com/jdx/mise/commit/0a4da7a023b1cb969b732afd3ad4b3cf02c42530)
### ๐ Other Changes
- dont require build-windows before unit-windows by \
[@jdx](https://github.com/jdx) in \
[c85e2ec](https://github.com/jdx/mise/commit/c85e2ec77193d73ff20d4ce8fb7e3787a6db223d)
|
2024-11-29 09:34:03 by pin | Files touched by this commit (3) | |
Log message:
devel/mise: update to 2024.11.34
v2024.11.34 Latest
๐ Features
fragmented configs by @jdx in #3273
hooks by @jdx in #3256
added MISE_TASK_DISABLE_PATHS setting by @jdx in 9c2e6e4
gpg verification for node by @jdx in #3277
๐ Bug Fixes
make _.file and _.source optional if the file is missing by @jdx in #3275
prevent deadlock when resetting by @jdx in 8e6d093
prevent deadlock when resetting by @jdx in 201ba90
prevent deadlock when resetting by @jdx in 169338a
๐ Refactor
clean up arcs by @jdx in f49d330
๐ Documentation
added hooks to sidebar by @jdx in 4bbc340
added swift to sidebar by @jdx in bc06cbf
๐ Other Changes
skip checkov test by @jdx in 2ae18a3
added timeout for release-plz by @jdx in dae4bc3
remove coverage by @jdx in #3278
v2024.11.33
๐ Features
respect --quiet in mise run by @jdx in #3257
added special "_" portion of mise.toml for custom data by @jdx in #3259
breaking added MISE_OVERRIDE_CONFIG_FILENAMES config by @jdx in #3266
added swift by @jdx in #3271
๐ Bug Fixes
(spm) git proxy config by @jdx in #3264
clean up some windows error cases by @jdx in #3255
run hook-env on directory change by @jdx in #3258
always prefer glibc to musl in mise run by @jdx in #3261
issue with non-default backends not getting tool options by @jdx in #3265
explicitly stop progress bars when exiting by @jdx in #3272
๐ Refactor
use aqua for shellcheck by @scop in #3270
use aqua for goreleaser by @scop in #3269
use aqua for golangci-lint by @scop in #3268
๐ Documentation
describe mise behavior when mise version is lower than min_version by \
@erickguan in #2994
๐ Other Changes
wait for gh rate limit if expended by @jdx in #3251
set github token for docs job by @jdx in 908dd18
skip hyperfine unless on release pr by @jdx in #3253
move tasks dir so it doesnt show up in unrelated projects by @jdx in #3254
Update comparison-to-asdf.md by @jdx in fe50c72
added "en" command by @jdx in #1697
|