Skip to content

Releases: jdx/mise

v2024.6.4

15 Jun 12:33
v2024.6.4
e0e4107
Compare
Choose a tag to compare

🐛 Bug Fixes

New Contributors

v2024.6.3

10 Jun 15:37
v2024.6.3
f01cc8d
Compare
Choose a tag to compare

🐛 Bug Fixes

  • github API rate limiting could be handled more explicitly by @roele in #2274
  • group prefix not applied for script tasks by @roele in #2273
  • mise plugins ls returns error immediately after install by @roele in #2271

📦️ Dependency Updates

v2024.6.2

07 Jun 02:12
v2024.6.2
87957bc
Compare
Choose a tag to compare

🐛 Bug Fixes

  • after installing the latest version, mise rolls back to the previous one by @roele in #2258

📚 Documentation

v2024.6.1

03 Jun 22:23
v2024.6.1
6a3f377
Compare
Choose a tag to compare

🚀 Features

🐛 Bug Fixes

📚 Documentation

🧪 Testing

🔍 Other Changes

📦️ Dependency Updates

New Contributors

v2024.6.0

01 Jun 23:13
v2024.6.0
b5841d8
Compare
Choose a tag to compare

🔍 Other Changes

v2024.5.28

31 May 22:17
v2024.5.28
62e67fa
Compare
Choose a tag to compare

🐛 Bug Fixes

  • download keeps failing if it takes more than 30s by @roele in #2224
  • settings unset does not work by @roele in #2230
  • cleaner community-developed plugin warning by @jdx in 8dcf0f3
  • correct mise use ordering by @jdx in #2234

🚜 Refactor

🧪 Testing

v2024.5.27

31 May 02:02
v2024.5.27
0e0db86
Compare
Choose a tag to compare

🚜 Refactor

🧪 Testing

🔍 Other Changes

v2024.5.26

30 May 04:33
v2024.5.26
783298c
Compare
Choose a tag to compare

🐛 Bug Fixes

🧪 Testing

🔍 Other Changes

v2024.5.25

30 May 02:47
v2024.5.25
29c7f18
Compare
Choose a tag to compare

🚀 Features

🚜 Refactor

🧪 Testing

🔍 Other Changes

  • fix build-tarball call by @jdx in 2a4b986
  • breaking use kebab-case for backend-installs by @jdx in #2218

v2024.5.24

28 May 17:19
v2024.5.24
cf1a690
Compare
Choose a tag to compare

🐛 Bug Fixes

  • (pipx) version ordering by @jdx in #2209
  • (use) re-use mise.toml if exists by @jdx in #2207
  • mise trust works incorrectly with symlinked configuration file by @roele in #2186

🚜 Refactor

  • simplify ForgeArg building by @jdx in #2208

🔍 Other Changes

  • resolve macros/derived-traits from crates w/ scopes rather than globally by @donaldguy in #2198
  • eliminate .tool-versions only used for jq by @donaldguy in #2195

New Contributors