From 2a90b77a75e7f6c560ce6db25d7f1cee0ed84e0e Mon Sep 17 00:00:00 2001 From: mise-en-dev Date: Sun, 31 Mar 2024 06:13:10 +0000 Subject: [PATCH] chore: release 2024.3.12 --- CHANGELOG.md | 14 ++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- default.nix | 2 +- man/man1/mise.1 | 4 ++-- packaging/rpm/mise.spec | 2 +- 7 files changed, 21 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a608509f23..4d35c97dfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2024.3.12](https://github.com/jdx/mise/compare/v2024.3.11..v2024.3.12) - 2024-03-31 + +### 🔍 Other Changes + +- Move logic to set current directory before loading other config by [@joshbode](https://github.com/joshbode) in [#1848](https://github.com/jdx/mise/pull/1848) + +### ⚙️ Miscellaneous Tasks + +- **(release)** only save 1 build cache by [@jdx](https://github.com/jdx) in [f37f11d](https://github.com/jdx/mise/commit/f37f11dd56cb30c1df30d4a2a3df37290ce95a0b) + +### New Contributors + +* @joshbode made their first contribution in [#1848](https://github.com/jdx/mise/pull/1848) + ## [2024.3.11](https://github.com/jdx/mise/compare/v2024.3.10..v2024.3.11) - 2024-03-30 ### 🚀 Features diff --git a/Cargo.lock b/Cargo.lock index c25e1bb813..3a757df83b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1438,7 +1438,7 @@ dependencies = [ [[package]] name = "mise" -version = "2024.3.11" +version = "2024.3.12" dependencies = [ "assert_cmd", "base64 0.22.0", diff --git a/Cargo.toml b/Cargo.toml index b1588f88a6..1b187ebac6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mise" -version = "2024.3.11" +version = "2024.3.12" edition = "2021" description = "The front-end to your dev env" authors = ["Jeff Dickey (@jdx)"] diff --git a/README.md b/README.md index 67b9701d53..0b210285c4 100644 --- a/README.md +++ b/README.md @@ -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.11 +mise 2024.3.12 ``` Hook mise into your shell (pick the right one for your shell): diff --git a/default.nix b/default.nix index 0b067018db..62e9fbaee4 100644 --- a/default.nix +++ b/default.nix @@ -2,7 +2,7 @@ rustPlatform.buildRustPackage { pname = "mise"; - version = "2024.3.11"; + version = "2024.3.12"; src = lib.cleanSource ./.; diff --git a/man/man1/mise.1 b/man/man1/mise.1 index bf6eaf9db0..40717c2630 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.3.11" +.TH mise 1 "mise 2024.3.12" .SH NAME mise \- The front\-end to your dev env .SH SYNOPSIS @@ -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.11 +v2024.3.12 .SH AUTHORS Jeff Dickey <@jdx> diff --git a/packaging/rpm/mise.spec b/packaging/rpm/mise.spec index b35505a81b..07d9a50fa4 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.3.11 +Version: 2024.3.12 Release: 1 URL: https://github.com/jdx/mise/ Group: System