mirror of https://github.com/jdx/mise
chore: release 2024.10.5 (#2750)
This commit is contained in:
parent
14eb8e5670
commit
9a3bf60ecf
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,5 +1,20 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [2024.10.5](https://github.com/jdx/mise/compare/v2024.10.4..v2024.10.5) - 2024-10-14
|
||||||
|
|
||||||
|
### 🐛 Bug Fixes
|
||||||
|
|
||||||
|
- remove some non-working vfox plugins by [@jdx](https://github.com/jdx) in [7248fcc](https://github.com/jdx/mise/commit/7248fcccb43361979f112268fc15ecd54f2a7344)
|
||||||
|
- use asdf by default unless on windows by [@jdx](https://github.com/jdx) in [b525a84](https://github.com/jdx/mise/commit/b525a84b816a418d3e7bfcca5fc03446d539c63a)
|
||||||
|
|
||||||
|
### 🧪 Testing
|
||||||
|
|
||||||
|
- snapshots by [@jdx](https://github.com/jdx) in [2817482](https://github.com/jdx/mise/commit/2817482678d38999ba9b866d1f5c7e47808ba13a)
|
||||||
|
|
||||||
|
### 🔍 Other Changes
|
||||||
|
|
||||||
|
- bump vfox by [@jdx](https://github.com/jdx) in [8549727](https://github.com/jdx/mise/commit/85497276a86067f3e1e7cf281840e4de968a0174)
|
||||||
|
|
||||||
## [2024.10.4](https://github.com/jdx/mise/compare/v2024.10.3..v2024.10.4) - 2024-10-14
|
## [2024.10.4](https://github.com/jdx/mise/compare/v2024.10.3..v2024.10.4) - 2024-10-14
|
||||||
|
|
||||||
### 🐛 Bug Fixes
|
### 🐛 Bug Fixes
|
||||||
|
|
|
@ -2016,7 +2016,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mise"
|
name = "mise"
|
||||||
version = "2024.10.4"
|
version = "2024.10.5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"assert_cmd",
|
"assert_cmd",
|
||||||
"base64",
|
"base64",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "mise"
|
name = "mise"
|
||||||
version = "2024.10.4"
|
version = "2024.10.5"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "The front-end to your dev env"
|
description = "The front-end to your dev env"
|
||||||
authors = ["Jeff Dickey (@jdx)"]
|
authors = ["Jeff Dickey (@jdx)"]
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage {
|
rustPlatform.buildRustPackage {
|
||||||
pname = "mise";
|
pname = "mise";
|
||||||
version = "2024.10.4";
|
version = "2024.10.5";
|
||||||
|
|
||||||
src = lib.cleanSource ./.;
|
src = lib.cleanSource ./.;
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
.ie \n(.g .ds Aq \(aq
|
.ie \n(.g .ds Aq \(aq
|
||||||
.el .ds Aq '
|
.el .ds Aq '
|
||||||
.TH mise 1 "mise 2024.10.4"
|
.TH mise 1 "mise 2024.10.5"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
mise \- The front\-end to your dev env
|
mise \- The front\-end to your dev env
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
@ -192,6 +192,6 @@ Examples:
|
||||||
$ mise settings Show settings in use
|
$ mise settings Show settings in use
|
||||||
$ mise settings set color 0 Disable color by modifying global config file
|
$ mise settings set color 0 Disable color by modifying global config file
|
||||||
.SH VERSION
|
.SH VERSION
|
||||||
v2024.10.4
|
v2024.10.5
|
||||||
.SH AUTHORS
|
.SH AUTHORS
|
||||||
Jeff Dickey <@jdx>
|
Jeff Dickey <@jdx>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Summary: The front-end to your dev env
|
Summary: The front-end to your dev env
|
||||||
Name: mise
|
Name: mise
|
||||||
Version: 2024.10.4
|
Version: 2024.10.5
|
||||||
Release: 1
|
Release: 1
|
||||||
URL: https://github.com/jdx/mise/
|
URL: https://github.com/jdx/mise/
|
||||||
Group: System
|
Group: System
|
||||||
|
|
Loading…
Reference in New Issue