Skip to content

Commit

Permalink
chore: release 2024.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mise-en-dev committed Nov 4, 2024
1 parent c1d4d57 commit 1384d7f
Show file tree
Hide file tree
Showing 7 changed files with 357 additions and 82 deletions.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,48 @@
# Changelog

## [2024.11.1](https://github.com/jdx/mise/compare/v2024.11.0..v2024.11.1) - 2024-11-04

### πŸš€ Features

- **(registry)** add ubi (+ go & cargo) installers for tools by [@BurnerWah](https://github.com/BurnerWah) in [#2881](https://github.com/jdx/mise/pull/2881)
- **(registry)** switch apollo-router to ubi; add apollo-rover by [@glasser](https://github.com/glasser) in [#2872](https://github.com/jdx/mise/pull/2872)
- add elvish integration by [@SolitudeSF](https://github.com/SolitudeSF) in [#2857](https://github.com/jdx/mise/pull/2857)
- add autocompletion for tasks run by [@roele](https://github.com/roele) in [#2908](https://github.com/jdx/mise/pull/2908)
- show bump in mise outdated and upgrade --interactive by [@liskin](https://github.com/liskin) in [#2892](https://github.com/jdx/mise/pull/2892)

### πŸ› Bug Fixes

- **(ruby)** ensure ruby-build bin exists before trying to use by [@jdx](https://github.com/jdx) in [#2913](https://github.com/jdx/mise/pull/2913)
- update json schema by [@hverlin](https://github.com/hverlin) in [#2896](https://github.com/jdx/mise/pull/2896)
- wrong alias in shell implementations by [@roele](https://github.com/roele) in [#2901](https://github.com/jdx/mise/pull/2901)
- only run not_found_auto_install if non-tty in shims by [@jdx](https://github.com/jdx) in [#2909](https://github.com/jdx/mise/pull/2909)
- apply fixes to pull requests by [@jdx](https://github.com/jdx) in [#2912](https://github.com/jdx/mise/pull/2912)
- allow setting MISE_GITHUB_TOKEN to empty string to not use any gh token by [@jdx](https://github.com/jdx) in [#2915](https://github.com/jdx/mise/pull/2915)

### πŸ“š Documentation

- add hint/link to ruby-build dependencies by [@roele](https://github.com/roele) in [#2867](https://github.com/jdx/mise/pull/2867)
- Fix path to tracked-configs by [@liskin](https://github.com/liskin) in [#2887](https://github.com/jdx/mise/pull/2887)
- Add GitLab CI example by [@hverlin](https://github.com/hverlin) in [#2897](https://github.com/jdx/mise/pull/2897)
- add [tasks.*.file] to json schema by [@hverlin](https://github.com/hverlin) in [#2911](https://github.com/jdx/mise/pull/2911)

### πŸ§ͺ Testing

- added e2e test for js task by [@jdx](https://github.com/jdx) in [#2914](https://github.com/jdx/mise/pull/2914)

### πŸ” Other Changes

- "mise config set": add support for list by [@hverlin](https://github.com/hverlin) in [#2882](https://github.com/jdx/mise/pull/2882)
- Update aliases.md by [@jdx](https://github.com/jdx) in [40966a9](https://github.com/jdx/mise/commit/40966a9e1bb39063bf9ae8e33d05a89e35db2688)
- fix autofix PR action by [@jdx](https://github.com/jdx) in [#2917](https://github.com/jdx/mise/pull/2917)

### New Contributors

- @liskin made their first contribution in [#2892](https://github.com/jdx/mise/pull/2892)
- @hverlin made their first contribution in [#2911](https://github.com/jdx/mise/pull/2911)
- @SolitudeSF made their first contribution in [#2857](https://github.com/jdx/mise/pull/2857)
- @glasser made their first contribution in [#2872](https://github.com/jdx/mise/pull/2872)

## [2024.11.0](https://github.com/jdx/mise/compare/v2024.10.13..v2024.11.0) - 2024-11-01

### πŸš€ Features
Expand Down
Loading

0 comments on commit 1384d7f

Please sign in to comment.