diff options
| author | williambotman[bot] <107473453+williambotman@users.noreply.github.com> | 2024-01-29 07:29:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-29 07:29:49 +0100 |
| commit | c43eeb5614a09dc17c03a7fb49de2e05de203924 (patch) | |
| tree | f4fdc7b734903730ca7e4348f6fb6a89ba35dd5b /CHANGELOG.md | |
| parent | fix(pypi): fix variable shadowing (#1610) (diff) | |
| download | mason-1.10.0.tar mason-1.10.0.tar.gz mason-1.10.0.tar.bz2 mason-1.10.0.tar.lz mason-1.10.0.tar.xz mason-1.10.0.tar.zst mason-1.10.0.zip | |
chore(main): release 1.10.0 (#1605)v1.10.0
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a84306b..89378153 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.10.0](https://github.com/williamboman/mason.nvim/compare/v1.9.0...v1.10.0) (2024-01-29) + + +### Features + +* don't use vim.g.python3_host_prog as a candidate for python ([#1606](https://github.com/williamboman/mason.nvim/issues/1606)) ([bce96d2](https://github.com/williamboman/mason.nvim/commit/bce96d2fd483e71826728c6f9ac721fc9dd7d2cf)) +* **pypi:** attempt more python3 candidates ([#1608](https://github.com/williamboman/mason.nvim/issues/1608)) ([dcd0ea3](https://github.com/williamboman/mason.nvim/commit/dcd0ea30ccfc7d47e879878d1270d6847a519181)) + + +### Bug Fixes + +* **golang:** fix fetching package versions for packages containing subpath specifier ([#1607](https://github.com/williamboman/mason.nvim/issues/1607)) ([9c94168](https://github.com/williamboman/mason.nvim/commit/9c9416817c9f4e6f333c749327a1ed5355cfab61)) +* **pypi:** fix variable shadowing ([#1610](https://github.com/williamboman/mason.nvim/issues/1610)) ([aa550fb](https://github.com/williamboman/mason.nvim/commit/aa550fb0649643eee89d5e64c67f81916e88a736)) +* **ui:** don't indent empty lines ([#1597](https://github.com/williamboman/mason.nvim/issues/1597)) ([c7e6705](https://github.com/williamboman/mason.nvim/commit/c7e67059bb8ce7e126263471645c531d961b5e1d)) + ## [1.9.0](https://github.com/williamboman/mason.nvim/compare/v1.8.3...v1.9.0) (2024-01-06) |
