Skip to content

Commit

Permalink
chore: release 2024.8.14 (#2508)
Browse files Browse the repository at this point in the history
  • Loading branch information
mise-en-dev authored Aug 27, 2024
1 parent 6796a46 commit 2ed1258
Show file tree
Hide file tree
Showing 11 changed files with 44 additions and 20 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [2024.8.14](https://github.com/jdx/mise/compare/v2024.8.13..v2024.8.14) - 2024-08-27

### 🚀 Features

- **(cargo)** allow specifying features via tool options by [@jdx](https://github.com/jdx) in [#2515](https://github.com/jdx/mise/pull/2515)
- **(zig)** make dev builds installable by [@jdx](https://github.com/jdx) in [#2514](https://github.com/jdx/mise/pull/2514)
- add support for using `uv tool` as a replacement for pipx by [@antoniomdk](https://github.com/antoniomdk) in [#2509](https://github.com/jdx/mise/pull/2509)

### 🐛 Bug Fixes

- **(src/path_env.rs)** Issue 2504: Fix for JoinPathsError by [@mcallaway](https://github.com/mcallaway) in [#2511](https://github.com/jdx/mise/pull/2511)
- block remote versions which are not simple versions by [@jdx](https://github.com/jdx) in [ba90c3b](https://github.com/jdx/mise/commit/ba90c3bbe71bd33d628df607326da9f0cf363af1)
- npm backend not finding updates by [@roele](https://github.com/roele) in [#2512](https://github.com/jdx/mise/pull/2512)

### 🔍 Other Changes

- Update contributing.md by [@jdx](https://github.com/jdx) in [e9cc129](https://github.com/jdx/mise/commit/e9cc129f703ac2949900307a3b828c3a095644ca)
- fix nightly lint warning by [@jdx](https://github.com/jdx) in [6796a46](https://github.com/jdx/mise/commit/6796a46f95227286f3337bce374e7447536e9503)

### New Contributors

* @mcallaway made their first contribution in [#2511](https://github.com/jdx/mise/pull/2511)
* @antoniomdk made their first contribution in [#2509](https://github.com/jdx/mise/pull/2509)

## [2024.8.13](https://github.com/jdx/mise/compare/v2024.8.12..v2024.8.13) - 2024-08-26

### 🐛 Bug Fixes
Expand Down
18 changes: 9 additions & 9 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.8.13"
version = "2024.8.14"
edition = "2021"
description = "The front-end to your dev env"
authors = ["Jeff Dickey (@jdx)"]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ 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.8.13
mise 2024.8.14
```

or install a specific a version:

```sh-session
$ curl https://mise.run | MISE_VERSION=v2024.5.16 sh
$ ~/.local/bin/mise --version
mise 2024.8.13
mise 2024.8.14
```

Hook mise into your shell (pick the right one for your shell):
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.8.13";
version = "2024.8.14";

src = lib.cleanSource ./.;

Expand Down
2 changes: 1 addition & 1 deletion docs/registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ editLink: false
| gleam | [asdf:asdf-community/asdf-gleam](https://github.com/asdf-community/asdf-gleam) |
| glen | [asdf:bradym/asdf-glen](https://github.com/bradym/asdf-glen) |
| glooctl | [asdf:halilkaya/asdf-glooctl](https://github.com/halilkaya/asdf-glooctl) |
| glow | [asdf:gr1m0h/asdf-glow](https://github.com/gr1m0h/asdf-glow) |
| glow | [asdf:mise-plugins/asdf-glow](https://github.com/mise-plugins/asdf-glow) |
| go-containerregistry | [asdf:dex4er/asdf-go-containerregistry](https://github.com/dex4er/asdf-go-containerregistry) |
| go-getter | [asdf:ryodocx/asdf-go-getter](https://github.com/ryodocx/asdf-go-getter) |
| go-jira | [asdf:dguihal/asdf-go-jira](https://github.com/dguihal/asdf-go-jira) |
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.8.13"
.TH mise 1 "mise 2024.8.14"
.SH NAME
mise \- The front\-end to your dev env
.SH SYNOPSIS
Expand Down Expand Up @@ -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.8.13
v2024.8.14
.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.8.13
Version: 2024.8.14
Release: 1
URL: https://github.com/jdx/mise/
Group: System
Expand Down
2 changes: 1 addition & 1 deletion registry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ See the [org's readme](https://github.com/mise-plugins) for more information.
| Gleam | [asdf-community/asdf-gleam](https://github.com/asdf-community/asdf-gleam) |
| Glen | [bradym/asdf-glen](https://github.com/bradym/asdf-glen) |
| glooctl | [halilkaya/asdf-glooctl](https://github.com/halilkaya/asdf-glooctl) |
| glow | [gr1m0h/asdf-glow](https://github.com/gr1m0h/asdf-glow) |
| glow | [mise-plugins/asdf-glow](https://github.com/mise-plugins/asdf-glow) |
| GNU Guile | [indiebrain/asdf-guile](https://github.com/indiebrain/asdf-guile) |
| GNU nano | [mfakane/asdf-nano](https://github.com/mfakane/asdf-nano) |
| go-sdk | [yacchi/asdf-go-sdk](https://github.com/yacchi/asdf-go-sdk) |
Expand Down
2 changes: 1 addition & 1 deletion registry/plugins/glow
Original file line number Diff line number Diff line change
@@ -1 +1 @@
repository = https://github.com/gr1m0h/asdf-glow.git
repository = https://github.com/mise-plugins/asdf-glow.git
2 changes: 1 addition & 1 deletion src/default_shorthands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ pub static DEFAULT_SHORTHANDS: Lazy<HashMap<&'static str, &'static str>> =
("gleam", "https://github.com/asdf-community/asdf-gleam.git"),
("glen", "https://github.com/bradym/asdf-glen"),
("glooctl", "https://github.com/halilkaya/asdf-glooctl.git"),
("glow", "https://github.com/gr1m0h/asdf-glow.git"),
("glow", "https://github.com/mise-plugins/asdf-glow.git"),
("go-containerregistry", "https://github.com/dex4er/asdf-go-containerregistry.git"),
("go-getter", "https://github.com/ryodocx/asdf-go-getter.git"),
("go-jira", "https://github.com/dguihal/asdf-go-jira.git"),
Expand Down

0 comments on commit 2ed1258

Please sign in to comment.