From e0e4107c83294520c9bc24b32c30d3ee3437f73f Mon Sep 17 00:00:00 2001 From: mise-en-dev Date: Sat, 15 Jun 2024 07:30:19 -0500 Subject: [PATCH] chore: release 2024.6.4 (#2280) * chore: release 2024.6.4 * Commit from GitHub Actions (test) --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 35 +++++++++++++---------------------- Cargo.toml | 2 +- README.md | 4 ++-- default.nix | 2 +- man/man1/mise.1 | 4 ++-- packaging/rpm/mise.spec | 2 +- src/cli/version.rs | 2 +- 8 files changed, 31 insertions(+), 30 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cf6cb591..86cb95ea7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [2024.6.4](https://github.com/jdx/mise/compare/v2024.6.3..v2024.6.4) - 2024-06-15 + +### 🐛 Bug Fixes + +- allow glob patterns in task outputs and sources by [@adamdickinson](https://github.com/adamdickinson) in [#2286](https://github.com/jdx/mise/pull/2286) + +### New Contributors + +* @adamdickinson made their first contribution in [#2286](https://github.com/jdx/mise/pull/2286) + ## [2024.6.3](https://github.com/jdx/mise/compare/v2024.6.2..v2024.6.3) - 2024-06-10 ### 🐛 Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 7a971b7e1..ead64538e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1191,12 +1191,12 @@ dependencies = [ [[package]] name = "http-body-util" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d" +checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" dependencies = [ "bytes", - "futures-core", + "futures-util", "http", "http-body", "pin-project-lite", @@ -1204,9 +1204,9 @@ dependencies = [ [[package]] name = "httparse" -version = "1.9.1" +version = "1.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8720bf4c5bfb5b6c350840c4cd14b787bf00ed51c148c857fbf7a6ddb7062764" +checksum = "d0e7a4dd27b9476dc40cb050d3632d3bba3a70ddbff012285f7f8559a1e7e545" [[package]] name = "humansize" @@ -1546,15 +1546,6 @@ version = "1.70.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800" -[[package]] -name = "itertools" -version = "0.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" -dependencies = [ - "either", -] - [[package]] name = "itertools" version = "0.13.0" @@ -1698,9 +1689,9 @@ dependencies = [ [[package]] name = "memchr" -version = "2.7.2" +version = "2.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d" +checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" [[package]] name = "memoffset" @@ -1768,7 +1759,7 @@ dependencies = [ [[package]] name = "mise" -version = "2024.6.3" +version = "2024.6.4" dependencies = [ "assert_cmd", "base64 0.22.1", @@ -1804,7 +1795,7 @@ dependencies = [ "indicatif", "indoc", "insta", - "itertools 0.13.0", + "itertools", "log", "num_cpus", "once_cell", @@ -3506,7 +3497,7 @@ dependencies = [ "clap", "heck 0.5.0", "indexmap 2.2.6", - "itertools 0.13.0", + "itertools", "kdl", "log", "miette", @@ -3556,11 +3547,11 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "versions" -version = "6.2.0" +version = "6.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38a8931f8d167b6448076020e70b9de46dcf5ea1731212481a092d0071c4ac5b" +checksum = "5fc28d1172a20e32754969ea1a873c2c6e68e36c449c6056aa3e2ee5fe69a794" dependencies = [ - "itertools 0.12.1", + "itertools", "nom", "serde", ] diff --git a/Cargo.toml b/Cargo.toml index 5dddb531e..ac8c6225a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mise" -version = "2024.6.3" +version = "2024.6.4" edition = "2021" description = "The front-end to your dev env" authors = ["Jeff Dickey (@jdx)"] diff --git a/README.md b/README.md index fa34981d1..a77b1624e 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,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.6.3 +mise 2024.6.4 ``` or install a specific a version: @@ -44,7 +44,7 @@ or install a specific a version: ```sh-session $ curl https://mise.run | MISE_VERSION=v2024.5.16 sh $ ~/.local/bin/mise --version -mise 2024.6.3 +mise 2024.6.4 ``` Hook mise into your shell (pick the right one for your shell): diff --git a/default.nix b/default.nix index 6ba9c5abd..31f870ba9 100644 --- a/default.nix +++ b/default.nix @@ -2,7 +2,7 @@ rustPlatform.buildRustPackage { pname = "mise"; - version = "2024.6.3"; + version = "2024.6.4"; src = lib.cleanSource ./.; diff --git a/man/man1/mise.1 b/man/man1/mise.1 index 3cd1eccdb..0c5b9b495 100644 --- a/man/man1/mise.1 +++ b/man/man1/mise.1 @@ -1,6 +1,6 @@ .ie \n(.g .ds Aq \(aq .el .ds Aq ' -.TH mise 1 "mise 2024.6.3" +.TH mise 1 "mise 2024.6.4" .SH NAME mise \- The front\-end to your dev env .SH SYNOPSIS @@ -192,6 +192,6 @@ Examples: $ mise settings Show settings in use $ mise settings set color 0 Disable color by modifying global config file .SH VERSION -v2024.6.3 +v2024.6.4 .SH AUTHORS Jeff Dickey <@jdx> diff --git a/packaging/rpm/mise.spec b/packaging/rpm/mise.spec index 7305cff85..a304cec06 100644 --- a/packaging/rpm/mise.spec +++ b/packaging/rpm/mise.spec @@ -1,6 +1,6 @@ Summary: The front-end to your dev env Name: mise -Version: 2024.6.3 +Version: 2024.6.4 Release: 1 URL: https://github.com/jdx/mise/ Group: System diff --git a/src/cli/version.rs b/src/cli/version.rs index 9d0235ced..b80527541 100644 --- a/src/cli/version.rs +++ b/src/cli/version.rs @@ -78,7 +78,7 @@ fn show_latest() { } pub fn check_for_new_version(cache_duration: Duration) -> Option { - if let Some(latest) = get_latest_version(cache_duration).and_then(|v| Versioning::new(&v)) { + if let Some(latest) = get_latest_version(cache_duration).and_then(Versioning::new) { if *V < latest { return Some(latest.to_string()); }