From c22116fa9c29ce7245f9a334dabd9307dfaf445d Mon Sep 17 00:00:00 2001 From: mise-en-dev Date: Fri, 27 Sep 2024 01:09:49 +0000 Subject: [PATCH] chore: release 2024.9.11 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 6 +++--- Cargo.toml | 2 +- README.md | 2 +- default.nix | 2 +- man/man1/mise.1 | 4 ++-- packaging/rpm/mise.spec | 2 +- 7 files changed, 15 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56413b1ae..bafb6dd66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [2024.9.11](https://github.com/jdx/mise/compare/v2024.9.10..v2024.9.11) - 2024-09-27 + +### 🐛 Bug Fixes + +- improve task loading by jdx in [2281145](https://github.com/jdx/mise/commit/2281145431e35d04559c20780d46c41a1863c34e) + ## [2024.9.10](https://github.com/jdx/mise/compare/v2024.9.9..v2024.9.10) - 2024-09-26 ### 🚀 Features diff --git a/Cargo.lock b/Cargo.lock index 09af00526..a4c636735 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -191,9 +191,9 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" [[package]] name = "autocfg" -version = "1.3.0" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" +checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[package]] name = "backtrace" @@ -1967,7 +1967,7 @@ dependencies = [ [[package]] name = "mise" -version = "2024.9.10" +version = "2024.9.11" dependencies = [ "assert_cmd", "base64", diff --git a/Cargo.toml b/Cargo.toml index bfd70d58b..898885de1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mise" -version = "2024.9.10" +version = "2024.9.11" edition = "2021" description = "The front-end to your dev env" authors = ["Jeff Dickey (@jdx)"] diff --git a/README.md b/README.md index 3090cb989..e17571d46 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 -2024.9.10 macos-arm64 (a1b2d3e 2024-09-26) +2024.9.11 macos-arm64 (a1b2d3e 2024-09-27) ``` or install a specific a version: diff --git a/default.nix b/default.nix index 77f73b6b5..3609333a5 100644 --- a/default.nix +++ b/default.nix @@ -2,7 +2,7 @@ rustPlatform.buildRustPackage { pname = "mise"; - version = "2024.9.10"; + version = "2024.9.11"; src = lib.cleanSource ./.; diff --git a/man/man1/mise.1 b/man/man1/mise.1 index 29451308f..94c407cdc 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.9.10" +.TH mise 1 "mise 2024.9.11" .SH NAME mise \- The front\-end to your dev env .SH SYNOPSIS @@ -198,6 +198,6 @@ Examples: $ mise settings Show settings in use $ mise settings set color 0 Disable color by modifying global config file .SH VERSION -v2024.9.10 +v2024.9.11 .SH AUTHORS Jeff Dickey <@jdx> diff --git a/packaging/rpm/mise.spec b/packaging/rpm/mise.spec index 5a127e477..d3548889b 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.9.10 +Version: 2024.9.11 Release: 1 URL: https://github.com/jdx/mise/ Group: System