Skip to content
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.3.11 #1846

Merged
merged 2 commits into from
Mar 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ on:
push:
paths:
# Run if workflow changes
- '.github/workflows/audit.yml'
- ".github/workflows/audit.yml"
# Run on changed dependencies
- '**/Cargo.toml'
- '**/Cargo.lock'
- "**/Cargo.toml"
- "**/Cargo.lock"
# Run if the configuration file changes
- '**/audit.toml'
- "**/audit.toml"
# Rerun periodicly to pick up new advisories
schedule:
- cron: '0 0 * * *'
- cron: "0 0 * * *"
# Run manually
workflow_dispatch:

Expand Down
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## [unreleased]
## [2024.3.11](https://github.com/jdx/mise/compare/v2024.3.10..v2024.3.11) - 2024-03-30

### 🚀 Features

- **(task)** extend mise tasks output by [@roele](https://github.com/roele) in [#1845](https://github.com/jdx/mise/pull/1845)

### 🐛 Bug Fixes

Expand All @@ -10,6 +14,16 @@

- **(changelog)** fix commit message for releases by [@jdx](https://github.com/jdx) in [646df55](https://github.com/jdx/mise/commit/646df55f0627c80099026849dc235a8c3076a8e3)
- **(changelog)** fix commit message for releases by [@jdx](https://github.com/jdx) in [00d8728](https://github.com/jdx/mise/commit/00d87283181467e73b01b27179c096bb08203619)
- **(changelog)** fix commit message for releases by [@jdx](https://github.com/jdx) in [c5612f9](https://github.com/jdx/mise/commit/c5612f90b4e47bdf12ee74e7d33412e3c0b6184c)

### ⚙️ Miscellaneous Tasks

- **(audit)** added workflow by [@jdx](https://github.com/jdx) in [9263fb4](https://github.com/jdx/mise/commit/9263fb4e1bc374145d9eff609e025559f9d4d7d1)
- **(deny)** remove multiple-versions warnings by [@jdx](https://github.com/jdx) in [efa133e](https://github.com/jdx/mise/commit/efa133e1fad5bc97c44f04494e5ce7cb9ccc3033)
- **(release-plz)** improve caching by [@jdx](https://github.com/jdx) in [97c79ee](https://github.com/jdx/mise/commit/97c79ee394c4ae3106cfd4dcfe5ed771b4330d19)
- **(release-plz)** use actions-rust-lang/setup-rust-toolchain@v1 by [@jdx](https://github.com/jdx) in [4813288](https://github.com/jdx/mise/commit/481328895a91eeae0d9a03fc1f0c18b211b491ab)
- **(test)** improve caching by [@jdx](https://github.com/jdx) in [ac919a1](https://github.com/jdx/mise/commit/ac919a1db9e8c03fc92a3077cf04edfda6bb971c)
- **(test)** only run lint-fix on main repo by [@jdx](https://github.com/jdx) in [aee7694](https://github.com/jdx/mise/commit/aee7694b47341baaba9fa5ef628f9540c6f93d72)

## [2024.3.10](https://github.com/jdx/mise/compare/v2024.3.9..v2024.3.10) - 2024-03-30

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mise"
version = "2024.3.10"
version = "2024.3.11"
edition = "2021"
description = "The front-end to your dev env"
authors = ["Jeff Dickey (@jdx)"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Install mise (other methods [here](https://mise.jdx.dev/getting-started.html)):
```sh-session
$ curl https://mise.run | sh
$ ~/.local/bin/mise --version
mise 2024.3.10
mise 2024.3.11
```

Hook mise into your shell (pick the right one for your shell):
Expand Down
6 changes: 6 additions & 0 deletions completions/_mise
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,10 @@ __mise_sync_python_cmd() {
__mise_tasks_cmd() {
_arguments -s -S \
'--no-header[Do not print table header]' \
'(-x --extended)'{-x,--extended}'[Show all columns]' \
'--hidden[Show hidden tasks]' \
'--sort=[Sort by column. Default is name.]:sort:(name alias description source)' \
'--sort-order=[Sort order. Default is asc.]:sort_order:(asc desc)' \
'(-C --cd)'{-C,--cd}'=[Change directory before running command]:cd:_directories' \
'(-q --quiet)'{-q,--quiet}'[Suppress non-error messages]' \
'*'{-v,--verbose}'[Show extra output (use -vv for even more)]' \
Expand Down Expand Up @@ -781,7 +784,10 @@ __mise_tasks_edit_cmd() {
__mise_tasks_ls_cmd() {
_arguments -s -S \
'--no-header[Do not print table header]' \
'(-x --extended)'{-x,--extended}'[Show all columns]' \
'--hidden[Show hidden tasks]' \
'--sort=[Sort by column. Default is name.]:sort:(name alias description source)' \
'--sort-order=[Sort order. Default is asc.]:sort_order:(asc desc)' \
'(-C --cd)'{-C,--cd}'=[Change directory before running command]:cd:_directories' \
'(-q --quiet)'{-q,--quiet}'[Suppress non-error messages]' \
'*'{-v,--verbose}'[Show extra output (use -vv for even more)]' \
Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

rustPlatform.buildRustPackage {
pname = "mise";
version = "2024.3.10";
version = "2024.3.11";

src = lib.cleanSource ./.;

Expand Down
13 changes: 13 additions & 0 deletions docs/cli-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -1316,9 +1316,22 @@ Options:
--no-header
Do not print table header

-x, --extended
Show all columns

--hidden
Show hidden tasks

--sort <COLUMN>
Sort by column. Default is name.

[possible values: name, alias, description, source]

--sort-order <SORT_ORDER>
Sort order. Default is asc.

[possible values: asc, desc]

Examples:

$ mise tasks ls
Expand Down
4 changes: 2 additions & 2 deletions man/man1/mise.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.TH mise 1 "mise 2024.3.10"
.TH mise 1 "mise 2024.3.11"
.SH NAME
mise \- The front\-end to your dev env
.SH SYNOPSIS
Expand Down Expand Up @@ -183,6 +183,6 @@ Examples:
$ mise settings Show settings in use
$ mise settings set color 0 Disable color by modifying global config file
.SH VERSION
v2024.3.10
v2024.3.11
.SH AUTHORS
Jeff Dickey <@jdx>
14 changes: 14 additions & 0 deletions mise.usage.kdl
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,14 @@ cmd "tasks" help="[experimental] Manage tasks" {
$ mise tasks ls
"
flag "--no-header" help="Do not print table header"
flag "-x --extended" help="Show all columns"
flag "--hidden" help="Show hidden tasks"
flag "--sort" help="Sort by column. Default is name." {
arg "<COLUMN>"
}
flag "--sort-order" help="Sort order. Default is asc." {
arg "<SORT_ORDER>"
}
cmd "deps" help="[experimental] Display a tree visualization of a dependency graph" {
after_long_help r#"Examples:

Expand Down Expand Up @@ -948,7 +955,14 @@ tasks will override the global ones if they have the same name."
$ mise tasks ls
"
flag "--no-header" help="Do not print table header"
flag "-x --extended" help="Show all columns"
flag "--hidden" help="Show hidden tasks"
flag "--sort" help="Sort by column. Default is name." {
arg "<COLUMN>"
}
flag "--sort-order" help="Sort order. Default is asc." {
arg "<SORT_ORDER>"
}
}
cmd "run" help="[experimental] Run a tasks" {
alias "r"
Expand Down
2 changes: 1 addition & 1 deletion packaging/rpm/mise.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: The front-end to your dev env
Name: mise
Version: 2024.3.10
Version: 2024.3.11
Release: 1
URL: https://github.com/jdx/mise/
Group: System
Expand Down