-
-
Notifications
You must be signed in to change notification settings - Fork 405
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: release 2024.12.16 #3720
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
011ff8f
to
557dff1
Compare
Hyperfine Performance
|
Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
---|---|---|---|---|
mise-2024.12.15 x -- echo |
25.2 ± 0.5 | 24.0 | 26.9 | 1.00 |
mise x -- echo |
25.6 ± 0.9 | 24.1 | 33.5 | 1.02 ± 0.04 |
mise env
Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
---|---|---|---|---|
mise-2024.12.15 env |
21.1 ± 0.6 | 20.1 | 25.3 | 1.00 |
mise env |
21.5 ± 0.8 | 20.1 | 30.9 | 1.02 ± 0.05 |
mise hook-env
Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
---|---|---|---|---|
mise-2024.12.15 hook-env |
20.7 ± 0.4 | 19.8 | 22.3 | 1.00 |
mise hook-env |
21.1 ± 0.6 | 19.8 | 24.9 | 1.02 ± 0.04 |
mise ls
Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
---|---|---|---|---|
mise-2024.12.15 ls |
17.7 ± 0.5 | 16.8 | 21.1 | 1.00 |
mise ls |
18.6 ± 0.6 | 17.3 | 20.8 | 1.05 ± 0.05 |
e6a8cb0
to
9517d48
Compare
jdx
pushed a commit
that referenced
this pull request
Dec 20, 2024
miguelmig
pushed a commit
to miguelmig/mise
that referenced
this pull request
Dec 21, 2024
jdx
pushed a commit
that referenced
this pull request
Dec 21, 2024
jdx
pushed a commit
that referenced
this pull request
Dec 21, 2024
jdx
added a commit
that referenced
this pull request
Dec 21, 2024
* chore: release 2024.12.16 (#3720) * feat: add `usage` field to tasks --------- Co-authored-by: mise-en-dev <release@mise.jdx.dev>
jdx
pushed a commit
that referenced
this pull request
Dec 21, 2024
jdx
added a commit
that referenced
this pull request
Dec 21, 2024
jdx
pushed a commit
that referenced
this pull request
Dec 21, 2024
jdx
added a commit
that referenced
this pull request
Dec 21, 2024
jdx
pushed a commit
that referenced
this pull request
Dec 21, 2024
jdx
added a commit
that referenced
this pull request
Dec 21, 2024
* chore: release 2024.12.16 (#3720) * feat: added `replacing` task order * feat: added `timed` task output type * feat: added `timed` task output type --------- Co-authored-by: mise-en-dev <release@mise.jdx.dev>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🚀 Features
mise dr
by @jdx in #3742🐛 Bug Fixes
ruby_install
option correctly by @yuhr in #3732mise run
shorthand with options by @jdx in #3719mise run
andmise <task>
by @jdx in #3723mise config set
by @jdx in #3744📚 Documentation
run --output
better by @jdx in #3740🔍 Other Changes
📦️ Dependency Updates
New Contributors