Skip to content

Commit

Permalink
chore: release 2025.2.2 (jdx#4299)
Browse files Browse the repository at this point in the history
### 🚀 Features

- **(registry)** add jd by [@risu729](https://github.com/risu729) in
[jdx#4318](jdx#4318)
- **(registry)** add jc by [@risu729](https://github.com/risu729) in
[jdx#4317](jdx#4317)
- **(registry)** Add qsv cli by [@vjda](https://github.com/vjda) in
[jdx#4334](jdx#4334)
- add support for idiomatic go.mod file by
[@roele](https://github.com/roele) in
[jdx#4312](jdx#4312)
- add -g short version for unuse cmd by
[@kimle](https://github.com/kimle) in
[jdx#4330](jdx#4330)
- add git remote task provider by [@acesyde](https://github.com/acesyde)
in [jdx#4233](jdx#4233)
- set usage arguments and flags as environment variables for toml tasks
by [@gturi](https://github.com/gturi) in
[jdx#4159](jdx#4159)

### 🐛 Bug Fixes

- **(aqua)** trim prefix before comparing versions by
[@risu729](https://github.com/risu729) in
[jdx#4340](jdx#4340)
- wrong config file type for rust-toolchain.toml files by
[@roele](https://github.com/roele) in
[jdx#4321](jdx#4321)

### 🚜 Refactor

- **(registry)** use aqua for yq by [@scop](https://github.com/scop) in
[jdx#4326](jdx#4326)

### 📚 Documentation

- **(schema)** fix description of task.dir default by
[@risu729](https://github.com/risu729) in
[jdx#4324](jdx#4324)
- Add PowerShell example by [@jahanson](https://github.com/jahanson) in
[jdx#3857](jdx#3857)
- Include "A Mise guide for Swift developers" by
[@pepicrft](https://github.com/pepicrft) in
[jdx#4329](jdx#4329)
- Update documentation for core tools by
[@hverlin](https://github.com/hverlin) in
[jdx#4341](jdx#4341)
- Update vitepress to fix search by
[@hverlin](https://github.com/hverlin) in
[jdx#4342](jdx#4342)

### Chore

- **(bun.lock)** migrate bun lockfiles to text-based by
[@risu729](https://github.com/risu729) in
[jdx#4319](jdx#4319)

### New Contributors

- @vjda made their first contribution in
[jdx#4334](jdx#4334)
- @kimle made their first contribution in
[jdx#4330](jdx#4330)
- @pepicrft made their first contribution in
[jdx#4329](jdx#4329)
- @jahanson made their first contribution in
[jdx#3857](jdx#3857)
  • Loading branch information
mise-en-dev authored Feb 8, 2025
1 parent 2613829 commit 032429c
Show file tree
Hide file tree
Showing 10 changed files with 105 additions and 66 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
# Changelog

## [2025.2.2](https://github.com/jdx/mise/compare/v2025.2.1..v2025.2.2) - 2025-02-08

### 🚀 Features

- **(registry)** add jd by [@risu729](https://github.com/risu729) in [#4318](https://github.com/jdx/mise/pull/4318)
- **(registry)** add jc by [@risu729](https://github.com/risu729) in [#4317](https://github.com/jdx/mise/pull/4317)
- **(registry)** Add qsv cli by [@vjda](https://github.com/vjda) in [#4334](https://github.com/jdx/mise/pull/4334)
- add support for idiomatic go.mod file by [@roele](https://github.com/roele) in [#4312](https://github.com/jdx/mise/pull/4312)
- add -g short version for unuse cmd by [@kimle](https://github.com/kimle) in [#4330](https://github.com/jdx/mise/pull/4330)
- add git remote task provider by [@acesyde](https://github.com/acesyde) in [#4233](https://github.com/jdx/mise/pull/4233)
- set usage arguments and flags as environment variables for toml tasks by [@gturi](https://github.com/gturi) in [#4159](https://github.com/jdx/mise/pull/4159)

### 🐛 Bug Fixes

- **(aqua)** trim prefix before comparing versions by [@risu729](https://github.com/risu729) in [#4340](https://github.com/jdx/mise/pull/4340)
- wrong config file type for rust-toolchain.toml files by [@roele](https://github.com/roele) in [#4321](https://github.com/jdx/mise/pull/4321)

### 🚜 Refactor

- **(registry)** use aqua for yq by [@scop](https://github.com/scop) in [#4326](https://github.com/jdx/mise/pull/4326)

### 📚 Documentation

- **(schema)** fix description of task.dir default by [@risu729](https://github.com/risu729) in [#4324](https://github.com/jdx/mise/pull/4324)
- Add PowerShell example by [@jahanson](https://github.com/jahanson) in [#3857](https://github.com/jdx/mise/pull/3857)
- Include "A Mise guide for Swift developers" by [@pepicrft](https://github.com/pepicrft) in [#4329](https://github.com/jdx/mise/pull/4329)
- Update documentation for core tools by [@hverlin](https://github.com/hverlin) in [#4341](https://github.com/jdx/mise/pull/4341)
- Update vitepress to fix search by [@hverlin](https://github.com/hverlin) in [#4342](https://github.com/jdx/mise/pull/4342)

### Chore

- **(bun.lock)** migrate bun lockfiles to text-based by [@risu729](https://github.com/risu729) in [#4319](https://github.com/jdx/mise/pull/4319)

### New Contributors

- @vjda made their first contribution in [#4334](https://github.com/jdx/mise/pull/4334)
- @kimle made their first contribution in [#4330](https://github.com/jdx/mise/pull/4330)
- @pepicrft made their first contribution in [#4329](https://github.com/jdx/mise/pull/4329)
- @jahanson made their first contribution in [#3857](https://github.com/jdx/mise/pull/3857)

## [2025.2.1](https://github.com/jdx/mise/compare/v2025.2.0..v2025.2.1) - 2025-02-03

### Chore
Expand Down
101 changes: 50 additions & 51 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 = "2025.2.1"
version = "2025.2.2"
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 @@ -35,7 +35,7 @@ Install mise (other methods [here](https://mise.jdx.dev/getting-started.html)):
```sh-session
$ curl https://mise.run | sh
$ ~/.local/bin/mise --version
2025.2.1 macos-arm64 (a1b2d3e 2025-02-03)
2025.2.2 macos-arm64 (a1b2d3e 2025-02-08)
```

or install a specific a version:
Expand Down
2 changes: 1 addition & 1 deletion aqua-registry
Submodule aqua-registry updated 187 files
Loading

0 comments on commit 032429c

Please sign in to comment.