Skip to content

Commit

Permalink
chore: release 2024.9.11 (#2666)
Browse files Browse the repository at this point in the history
* chore: release 2024.9.11

* Commit from GitHub Actions (test)
  • Loading branch information
mise-en-dev authored Sep 27, 2024
1 parent 7bbcda2 commit 8d9e690
Show file tree
Hide file tree
Showing 10 changed files with 470 additions and 439 deletions.
818 changes: 423 additions & 395 deletions CHANGELOG.md

Large diffs are not rendered by default.

76 changes: 38 additions & 38 deletions 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.9.10"
version = "2024.9.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 @@ -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:
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.9.10";
version = "2024.9.11";

src = lib.cleanSource ./.;

Expand Down
1 change: 1 addition & 0 deletions docs/registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ editLink: false
| gcc-arm-none-eabi | [asdf:dlech/asdf-gcc-arm-none-eabi](https://github.com/dlech/asdf-gcc-arm-none-eabi) |
| gcloud | [asdf:jthegedus/asdf-gcloud](https://github.com/jthegedus/asdf-gcloud) |
| getenvoy | [asdf:asdf-community/asdf-getenvoy](https://github.com/asdf-community/asdf-getenvoy) |
| gh | [asdf:bartlomiejdanek/asdf-github-cli](https://github.com/bartlomiejdanek/asdf-github-cli) |
| ghc | [asdf:sestrella/asdf-ghcup](https://github.com/sestrella/asdf-ghcup) |
| ghidra | [asdf:Honeypot95/asdf-ghidra](https://github.com/Honeypot95/asdf-ghidra) |
| ghorg | [asdf:gbloquel/asdf-ghorg](https://github.com/gbloquel/asdf-ghorg) |
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.9.10"
.TH mise 1 "mise 2024.9.11"
.SH NAME
mise \- The front\-end to your dev env
.SH SYNOPSIS
Expand Down Expand Up @@ -195,6 +195,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>
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.9.10
Version: 2024.9.11
Release: 1
URL: https://github.com/jdx/mise/
Group: System
Expand Down
1 change: 1 addition & 0 deletions registry/plugins/gh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repository = https://github.com/bartlomiejdanek/asdf-github-cli.git
1 change: 1 addition & 0 deletions src/default_shorthands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ pub static DEFAULT_SHORTHANDS: Lazy<HashMap<&'static str, &'static str>> =
("gcc-arm-none-eabi", "https://github.com/dlech/asdf-gcc-arm-none-eabi.git"),
("gcloud", "https://github.com/jthegedus/asdf-gcloud.git"),
("getenvoy", "https://github.com/asdf-community/asdf-getenvoy.git"),
("gh", "https://github.com/bartlomiejdanek/asdf-github-cli.git"),
("ghc", "https://github.com/sestrella/asdf-ghcup.git"),
("ghidra", "https://github.com/Honeypot95/asdf-ghidra.git"),
("ghorg", "https://github.com/gbloquel/asdf-ghorg.git"),
Expand Down

0 comments on commit 8d9e690

Please sign in to comment.