Releases: jdx/mise
Releases · jdx/mise
v2024.1.2
Full Changelog: v2024.1.1...v2024.1.2
v2024.1.0
What's Changed
- renamed from rtx to mise
- env: added RTX_ENV_FILE config by @jdx in #1305
- chore: Configure Renovate by @renovate in #1307
- fix(deps): update rust crate indexmap to 2.1 by @renovate in #1308
- fix(deps): update rust crate num_cpus to 1.16 by @renovate in #1309
- fix(deps): update rust crate once_cell to 1.19 by @renovate in #1311
- fix(deps): update rust crate regex to 1.10 by @renovate in #1312
- fix(deps): update rust crate url to 2.5 by @renovate in #1315
- chore(deps): update actions/upload-artifact action to v4 by @renovate in #1320
- chore(deps): update actions/download-artifact action to v4 by @renovate in #1319
- chore(deps): update fedora docker tag to v40 by @renovate in #1322
- chore(deps): update mcr.microsoft.com/devcontainers/rust docker tag to v1 by @renovate in #1323
- chore(deps): update stefanzweifel/git-auto-commit-action action to v5 by @renovate in #1324
- chore(deps): update actions/checkout action to v4 by @renovate in #1318
New Contributors
Full Changelog: v2024.0.0...v2024.1.0
v2024.0.0
v2023.12.40
What's Changed
- docs: fix typo in README link by @booniepepper in #1278
- Fix typo of where plugin is defined by @Andrew-Chen-Wang in #1279
- docs: correct env variable RTX_EXPERIMENTAL in README by @zahidkizmaz in #1281
- use rtx-plugins as shortname repo by @jdx in #1282
- plugins: add support for "trusted" plugins by @jdx in #1284
New Contributors
- @Andrew-Chen-Wang made their first contribution in #1279
- @zahidkizmaz made their first contribution in #1281
Full Changelog: v2023.12.39...v2023.12.40
v2023.12.39
Full Changelog: v2023.12.38...v2023.12.39
v2023.12.38
v2023.12.37
v2023.12.36 - task runner!
What's Changed
A big change in this one! rtx now has a task runner so you can manage your project's scripts with rtx alongside your dev tools!
Full Changelog: v2023.12.35...v2023.12.36
v2023.12.35
What's Changed
- test: fix alpine builds by @jdx in #1239
- plugins: hide hidden files as versions by @jdx in #1240
- upgrade: added "up" alias by @jdx in #1241
- readme: added aliases by @jdx in #1242
- CI: disable codecov + mega linter comments on PRs (too noisy) by @jdx in #1243
- CI: codacy by @jdx in #1244
- style: use consistent colors for tools/plugins by @jdx in #1245
- trust: added --all flag by @jdx in #1246
- perf: skip loading config object before launching command by @jdx in #1251
- shims: do not assume something is a shim by @jdx in #1252
- hook-env: move exit-early logic into function by @jdx in #1253
- config: simplify tracking by @jdx in #1254
Full Changelog: v2023.12.34...v2023.12.35
v2023.12.34
What's Changed
- hook-env: added warning back for missing installs by @jdx in #1230
- use rtxwarn for warnings by @jdx in #1231
- plugin-update: fix git repo url fetching by @jdx in #1232
- show missing version message on more commands by @jdx in #1233
- logger: clean up warn/error logging by @jdx in #1235
- logger: clean up warn/error logging by @jdx in #1236
- cli-parser: consolidate CLI parsing logic by @jdx in #1237
- logging: pipe log level settings to plugins by @jdx in #1238
Full Changelog: v2023.12.33...v2023.12.34