Skip to content

Releases: jdx/mise

v2024.1.2

03 Jan 17:07
Compare
Choose a tag to compare

v2024.1.0

02 Jan 22:48
Compare
Choose a tag to compare

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

31 Dec 21:54
Compare
Choose a tag to compare

What's Changed

  • task: read RTX_TASK_OUTPUT as lowercase by @jdx in #1288
  • make --cd a global flag by @jdx in #1299
  • node: remove node-build support by @jdx in #1304

Full Changelog: v2023.12.40...v2024.0.0

v2023.12.40

28 Dec 15:49
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2023.12.39...v2023.12.40

v2023.12.39

26 Dec 16:07
Compare
Choose a tag to compare

v2023.12.38

24 Dec 17:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2023.12.37...v2023.12.38

v2023.12.37

24 Dec 14:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2023.12.36...v2023.12.37

v2023.12.36 - task runner!

24 Dec 12:01
Compare
Choose a tag to compare

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

23 Dec 02:27
Compare
Choose a tag to compare

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

21 Dec 19:04
Compare
Choose a tag to compare

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