Releases: jdx/mise
Releases · jdx/mise
v2023.11.2
v2023.11.1
What's Changed
- plugin-uninstall: added --purge flag by @jdx in #975
- chore(deps): bump openssl from 0.10.58 to 0.10.59 by @dependabot in #979
- fix(nushell): Use extern-wrapped instead of def-env and $env instead of let-env by @Nezteb in #981
New Contributors
Full Changelog: v2023.11.0...v2023.11.1
v2023.11.0
What's Changed
- updated java lts to 21 by @jdx in #947
- fix deactivate with existing PROMPT_COMMAND by @jdx in #949
- remove experimental flag on upgrade/outdated by @jdx in #951
- added node 20 as lts by @jdx in #946
- chore(deps): bump clap_mangen from 0.2.14 to 0.2.15 by @dependabot in #969
- chore(deps): bump clap from 4.4.6 to 4.4.7 by @dependabot in #968
- chore(deps): bump serde from 1.0.189 to 1.0.190 by @dependabot in #967
- chore(deps): bump base64 from 0.21.4 to 0.21.5 by @dependabot in #966
- chore(deps): bump toml from 0.8.2 to 0.8.6 by @dependabot in #965
- chore(deps): bump actions/setup-node from 3 to 4 by @dependabot in #964
- feat(zsh): added support for custom $ZDOTDIR by @jguddas in #963
- fix(build): Fix Darwin build by @duckpuppy in #959
New Contributors
- @jguddas made their first contribution in #963
- @duckpuppy made their first contribution in #959
Full Changelog: v2023.10.2...v2023.11.0
v2023.10.2
What's Changed
- enable http gzip compression by @jdx in #930
- chore(deps): bump dialoguer from 0.10.4 to 0.11.0 by @dependabot in #933
Full Changelog: v2023.10.1...v2023.10.2
v2023.10.1
What's Changed
Full Changelog: v2023.10.0...v2023.10.1
v2023.10.0
What's Changed
- chore(deps): bump toml from 0.7.8 to 0.8.0 by @dependabot in #922
- chore(deps): bump clap from 4.4.4 to 4.4.6 by @dependabot in #926
- chore(deps): bump ctor from 0.2.4 to 0.2.5 by @dependabot in #925
- chore(deps): bump insta from 1.32.0 to 1.33.0 by @dependabot in #924
- chore(deps): bump thiserror from 1.0.48 to 1.0.49 by @dependabot in #923
Full Changelog: v2023.9.2...v2023.10.0
v2023.9.2
What's Changed
- fix: Always return a list on 'rtx ls --json' by @booniepepper in #896
- chore(deps): bump chrono from 0.4.30 to 0.4.31 by @dependabot in #898
- chore(deps): bump self_update from 0.37.0 to 0.38.0 by @dependabot in #901
- chore(deps): bump serde_json from 1.0.106 to 1.0.107 by @dependabot in #900
- chore(deps): bump terminal_size from 0.2.6 to 0.3.0 by @dependabot in #902
- chore(deps): bump built from 0.6.1 to 0.7.0 by @dependabot in #899
- chore(deps): bump aws-actions/configure-aws-credentials from 3 to 4 by @dependabot in #903
- fix(readme): documentation by @nicoandmee in #904
- chore(deps): bump indicatif from 0.17.6 to 0.17.7 by @dependabot in #911
- chore(deps): bump clap_mangen from 0.2.13 to 0.2.14 by @dependabot in #910
- chore(deps): bump rayon from 1.7.0 to 1.8.0 by @dependabot in #912
- chore(deps): bump indoc from 2.0.3 to 2.0.4 by @dependabot in #913
- chore(deps): bump toml_edit from 0.19.15 to 0.20.0 by @dependabot in #914
- doctor: allow shims on PATH to hide inactive problem by @jdx in #916
New Contributors
- @nicoandmee made their first contribution in #904
Full Changelog: v2023.9.1...v2023.9.2
v2023.9.1
What's Changed
- chore(deps): bump crazy-max/ghaction-import-gpg from 5 to 6 by @dependabot in #886
- chore(deps): bump path-absolutize from 3.1.0 to 3.1.1 by @dependabot in #889
- chore(deps): bump toml from 0.7.6 to 0.7.8 by @dependabot in #890
- chore(deps): bump base64 from 0.21.3 to 0.21.4 by @dependabot in #891
- chore(deps): bump serde_json from 1.0.105 to 1.0.106 by @dependabot in #887
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #885
- doctor: improve activation problem output by @jdx in #895
- Avoid panic if run_with_timeout hits timeout. by @fiadliel in #866
- chore(deps): bump chrono from 0.4.28 to 0.4.30 by @dependabot in #888
New Contributors
Full Changelog: v2023.9.0...v2023.9.1
v2023.9.0
What's Changed
- chore(deps): bump ctrlc from 3.4.0 to 3.4.1 by @dependabot in #871
- chore(deps): bump clap from 4.4.1 to 4.4.2 by @dependabot in #870
- chore(deps): bump thiserror from 1.0.47 to 1.0.48 by @dependabot in #874
- chore(deps): bump tera from 1.19.0 to 1.19.1 by @dependabot in #873
- chore(deps): bump color-print from 0.3.4 to 0.3.5 by @dependabot in #872
Full Changelog: v2023.8.10...v2023.9.0
v2023.8.10
What's Changed
- do not reshim if rtx is not on PATH by @jdx in #849
- clean up logging env var logic by @jdx in #850
- chore(deps): bump openssl from 0.10.56 to 0.10.57 by @dependabot in #854
- chore(deps): bump base64 from 0.21.2 to 0.21.3 by @dependabot in #853
- chore(deps): bump regex from 1.9.3 to 1.9.4 by @dependabot in #855
- chore(deps): bump aws-actions/configure-aws-credentials from 2 to 3 by @dependabot in #856
- add support for macos integration by @roele in #858
Full Changelog: v2023.8.9...v2023.8.10