Skip to content

Commit

Permalink
chore: release 2025.2.8 (#4464)
Browse files Browse the repository at this point in the history
### πŸš€ Features

- **(registry)** add checkmake to registry by
[@eread](https://github.com/eread) in
[#4466](#4466)
- **(registry)** added sops from aqua registry by
[@ldrouard](https://github.com/ldrouard) in
[#4457](#4457)
- **(registry)** added k9s from aqua registry by
[@ldrouard](https://github.com/ldrouard) in
[#4460](#4460)
- **(registry)** added hadolint from aqua registry by
[@ldrouard](https://github.com/ldrouard) in
[#4456](#4456)
- **(shim)** Windows shim add hardlink & symlink mode by
[@qianlongzt](https://github.com/qianlongzt) in
[#4409](#4409)
- **(ubi)** add option `rename_exe` by
[@wlmitch](https://github.com/wlmitch) in
[#4512](#4512)
- use aqua for hk by [@jdx](https://github.com/jdx) in
[f68de38](f68de38)
- add bazel-watcher to registry by
[@betaboon](https://github.com/betaboon) in
[#4296](#4296)

### πŸ› Bug Fixes

- behavior of .disable-self-update by
[@ZeroAurora](https://github.com/ZeroAurora) in
[#4476](#4476)
- devcontainer by [@acesyde](https://github.com/acesyde) in
[#4483](#4483)
- mise outdated --json does not return json if all tools are up-to-date
by [@roele](https://github.com/roele) in
[#4493](#4493)
- bug when using mise use -g when MISE_ENV is filled by
[@roele](https://github.com/roele) in
[#4494](#4494)
- config of symlink tracked on windows is not respected by
[@NavyD](https://github.com/NavyD) in
[#4501](#4501)
- pruning unused tool leaves broken symlinks by
[@roele](https://github.com/roele) in
[#4507](#4507)

### πŸ“š Documentation

- Fixes typo in lang/zig by [@carldaws](https://github.com/carldaws) in
[#4497](#4497)
- Fix activation on PowerShell by
[@kit494way](https://github.com/kit494way) in
[#4498](#4498)

### Chore

- remove aur job by [@jdx](https://github.com/jdx) in
[fe5a71d](fe5a71d)
- remove reference to aur in release script by
[@jdx](https://github.com/jdx) in
[0824490](0824490)
- deny ring sec by [@jdx](https://github.com/jdx) in
[08e334c](08e334c)

### New Contributors

- @betaboon made their first contribution in
[#4296](#4296)
- @ldrouard made their first contribution in
[#4456](#4456)
- @qianlongzt made their first contribution in
[#4409](#4409)
- @wlmitch made their first contribution in
[#4512](#4512)
- @carldaws made their first contribution in
[#4497](#4497)
- @ZeroAurora made their first contribution in
[#4476](#4476)
  • Loading branch information
mise-en-dev authored Feb 25, 2025
1 parent f5798eb commit e20e42e
Show file tree
Hide file tree
Showing 10 changed files with 119 additions and 75 deletions.
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,47 @@
# Changelog

## [2025.2.8](https://github.com/jdx/mise/compare/v2025.2.7..v2025.2.8) - 2025-02-25

### πŸš€ Features

- **(registry)** add checkmake to registry by [@eread](https://github.com/eread) in [#4466](https://github.com/jdx/mise/pull/4466)
- **(registry)** added sops from aqua registry by [@ldrouard](https://github.com/ldrouard) in [#4457](https://github.com/jdx/mise/pull/4457)
- **(registry)** added k9s from aqua registry by [@ldrouard](https://github.com/ldrouard) in [#4460](https://github.com/jdx/mise/pull/4460)
- **(registry)** added hadolint from aqua registry by [@ldrouard](https://github.com/ldrouard) in [#4456](https://github.com/jdx/mise/pull/4456)
- **(shim)** Windows shim add hardlink & symlink mode by [@qianlongzt](https://github.com/qianlongzt) in [#4409](https://github.com/jdx/mise/pull/4409)
- **(ubi)** add option `rename_exe` by [@wlmitch](https://github.com/wlmitch) in [#4512](https://github.com/jdx/mise/pull/4512)
- use aqua for hk by [@jdx](https://github.com/jdx) in [f68de38](https://github.com/jdx/mise/commit/f68de3849c5ceb20475f2f30224abaa5f3f7441d)
- add bazel-watcher to registry by [@betaboon](https://github.com/betaboon) in [#4296](https://github.com/jdx/mise/pull/4296)

### πŸ› Bug Fixes

- behavior of .disable-self-update by [@ZeroAurora](https://github.com/ZeroAurora) in [#4476](https://github.com/jdx/mise/pull/4476)
- devcontainer by [@acesyde](https://github.com/acesyde) in [#4483](https://github.com/jdx/mise/pull/4483)
- mise outdated --json does not return json if all tools are up-to-date by [@roele](https://github.com/roele) in [#4493](https://github.com/jdx/mise/pull/4493)
- bug when using mise use -g when MISE_ENV is filled by [@roele](https://github.com/roele) in [#4494](https://github.com/jdx/mise/pull/4494)
- config of symlink tracked on windows is not respected by [@NavyD](https://github.com/NavyD) in [#4501](https://github.com/jdx/mise/pull/4501)
- pruning unused tool leaves broken symlinks by [@roele](https://github.com/roele) in [#4507](https://github.com/jdx/mise/pull/4507)

### πŸ“š Documentation

- Fixes typo in lang/zig by [@carldaws](https://github.com/carldaws) in [#4497](https://github.com/jdx/mise/pull/4497)
- Fix activation on PowerShell by [@kit494way](https://github.com/kit494way) in [#4498](https://github.com/jdx/mise/pull/4498)

### Chore

- remove aur job by [@jdx](https://github.com/jdx) in [fe5a71d](https://github.com/jdx/mise/commit/fe5a71dc486e6e585167d9d97018f2b467bc43fe)
- remove reference to aur in release script by [@jdx](https://github.com/jdx) in [0824490](https://github.com/jdx/mise/commit/0824490c14d17cd93c7d68930b514eb11635c451)
- deny ring sec by [@jdx](https://github.com/jdx) in [08e334c](https://github.com/jdx/mise/commit/08e334cb1209471d9c18b289473925ff0931053f)

### New Contributors

- @betaboon made their first contribution in [#4296](https://github.com/jdx/mise/pull/4296)
- @ldrouard made their first contribution in [#4456](https://github.com/jdx/mise/pull/4456)
- @qianlongzt made their first contribution in [#4409](https://github.com/jdx/mise/pull/4409)
- @wlmitch made their first contribution in [#4512](https://github.com/jdx/mise/pull/4512)
- @carldaws made their first contribution in [#4497](https://github.com/jdx/mise/pull/4497)
- @ZeroAurora made their first contribution in [#4476](https://github.com/jdx/mise/pull/4476)

## [2025.2.7](https://github.com/jdx/mise/compare/v2025.2.6..v2025.2.7) - 2025-02-19

### πŸš€ Features
Expand All @@ -21,6 +63,7 @@
- discord link by [@jdx](https://github.com/jdx) in [b586085](https://github.com/jdx/mise/commit/b58608521cccee812adaa642145f061ccbcbac43)
- Add a section on how to use environment variables by [@hverlin](https://github.com/hverlin) in [#4435](https://github.com/jdx/mise/pull/4435)
- Update installation for archLinux by [@Nicknamely](https://github.com/Nicknamely) in [#4449](https://github.com/jdx/mise/pull/4449)
- Fix typo in getting-started by [@alefteris](https://github.com/alefteris) in [#4448](https://github.com/jdx/mise/pull/4448)

### πŸ§ͺ Testing

Expand All @@ -32,6 +75,7 @@

### New Contributors

- @alefteris made their first contribution in [#4448](https://github.com/jdx/mise/pull/4448)
- @tamadamas made their first contribution in [#4451](https://github.com/jdx/mise/pull/4451)
- @Nicknamely made their first contribution in [#4449](https://github.com/jdx/mise/pull/4449)
- @eread made their first contribution in [#4181](https://github.com/jdx/mise/pull/4181)
Expand Down
Loading

0 comments on commit e20e42e

Please sign in to comment.