Skip to content

Commit

Permalink
devel/mise: update to 2024.8.11
Browse files Browse the repository at this point in the history
[2024.8.11](https://github.com/jdx/mise/compare/v2024.8.10..v2024.8.11) - 2024-08-19

 🐛 Bug Fixes

- bump xx by [@jdx](https://github.com/jdx) in [9a9d3c1](jdx/mise@9a9d3c1)

[2024.8.10](https://github.com/jdx/mise/compare/v2024.8.9..v2024.8.10) - 2024-08-18

 🚀 Features

- python on windows by [@jdx](https://github.com/jdx) in [2d4cee2](jdx/mise@2d4cee2)

 🐛 Bug Fixes

- hide non-working core plugins on windows by [@jdx](https://github.com/jdx) in [16a08fc](jdx/mise@16a08fc)
- windows compat by [@jdx](https://github.com/jdx) in [2084a37](jdx/mise@2084a37)
- vfox tweaks by [@jdx](https://github.com/jdx) in [c260ab2](jdx/mise@c260ab2)
- remove windows warning by [@jdx](https://github.com/jdx) in [9be937e](jdx/mise@9be937e)

 📚 Documentation

- windows by [@jdx](https://github.com/jdx) in [437b63c](jdx/mise@437b63c)

 🧪 Testing

- fixing tests by [@jdx](https://github.com/jdx) in [1206497](jdx/mise@1206497)
- reset test by [@jdx](https://github.com/jdx) in [c740cfd](jdx/mise@c740cfd)

 🔍 Other Changes

- clippy by [@jdx](https://github.com/jdx) in [ee005ff](jdx/mise@ee005ff)
- fix windows build by [@jdx](https://github.com/jdx) in [28c5cb6](jdx/mise@28c5cb6)
- set GITHUB_TOKEN in release task by [@jdx](https://github.com/jdx) in [0ae049b](jdx/mise@0ae049b)

[2024.8.9](https://github.com/jdx/mise/compare/v2024.8.8..v2024.8.9) - 2024-08-18

 🚀 Features

- use registry shortname for mise.toml/install dirs by [@jdx](https://github.com/jdx) in [#2470](jdx/mise#2470)
- vfox backend by [@jdx](https://github.com/jdx) in [#2187](jdx/mise#2187)

 🐛 Bug Fixes

- hide file tasks starting with "." by [@jdx](https://github.com/jdx) in [#2466](jdx/mise#2466)
- mise prune removes tool versions which are in use by [@roele](https://github.com/roele) in [#2469](jdx/mise#2469)
- cargo_binstall missing from set commands by [@roele](https://github.com/roele) in [#2471](jdx/mise#2471)
- only warn if config properties are not found by [@jdx](https://github.com/jdx) in [#2472](jdx/mise#2472)

 🚜 Refactor

- Asdf -> AsdfBackend by [@jdx](https://github.com/jdx) in [#2467](jdx/mise#2467)
- backend repetition by [@jdx](https://github.com/jdx) in [d2f7f33](jdx/mise@d2f7f33)

[2024.8.8](https://github.com/jdx/mise/compare/v2024.8.7..v2024.8.8) - 2024-08-17

 🚜 Refactor

- split asdf into forge+plugin by [@jdx](https://github.com/jdx) in [#2226](jdx/mise#2226)

 🧪 Testing

- fix home directory for win tests by [@jdx](https://github.com/jdx) in [#2464](jdx/mise#2464)

 📦️ Dependency Updates

- update rust crate tabled to 0.16.0 by [@renovate[bot]](https://github.com/renovate[bot]) in [#2452](jdx/mise#2452)

[2024.8.7](https://github.com/jdx/mise/compare/v2024.8.6..v2024.8.7) - 2024-08-16

 🐛 Bug Fixes

- mise treats escaped newlines in env files differently than dotenvy by [@roele](https://github.com/roele) in [#2455](jdx/mise#2455)
- wait for spawned tasks to die before exiting by [@jdx](https://github.com/jdx) in [#2461](jdx/mise#2461)

 📦️ Dependency Updates

- update dependency vitepress to v1.3.2 by [@renovate[bot]](https://github.com/renovate[bot]) in [#2450](jdx/mise#2450)
  • Loading branch information
0323pin committed Aug 19, 2024
1 parent e6e6240 commit dcc67c3
Show file tree
Hide file tree
Showing 3 changed files with 435 additions and 155 deletions.
4 changes: 2 additions & 2 deletions devel/mise/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.24 2024/08/14 10:28:40 pin Exp $
# $NetBSD: Makefile,v 1.25 2024/08/19 06:40:30 pin Exp $

DISTNAME= mise-2024.8.6
DISTNAME= mise-2024.8.11
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=jdx/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand Down
Loading

0 comments on commit dcc67c3

Please sign in to comment.