./devel/mise, Polyglot tool version manager like asdf

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2024.12.14, Package name: mise-2024.12.14, Maintainer: pkgsrc-users

mise (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)


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) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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