From de5959dfc11688be554a53ac95d14bded9eaca4c Mon Sep 17 00:00:00 2001
From: "williambotman[bot]" <107473453+williambotman@users.noreply.github.com>
Date: Mon, 3 Jul 2023 20:15:42 +0200
Subject: chore(main): release 1.5.1 (#1381)
---
CHANGELOG.md | 8 ++++++++
README.md | 2 +-
lua/mason/version.lua | 4 ++--
3 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9b37e9c7..a6e160c3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## [1.5.1](https://github.com/williamboman/mason.nvim/compare/v1.5.0...v1.5.1) (2023-06-28)
+
+
+### Bug Fixes
+
+* **linker:** ensure exec wrapper target is executable ([#1380](https://github.com/williamboman/mason.nvim/issues/1380)) ([10da1a3](https://github.com/williamboman/mason.nvim/commit/10da1a33b4ac24ad4d76a9af91871720ac6b65e4))
+* **purl:** percent-encoding is case insensitive ([#1382](https://github.com/williamboman/mason.nvim/issues/1382)) ([b68d3be](https://github.com/williamboman/mason.nvim/commit/b68d3be4b664671002221d43c82e74a0f1006b26))
+
## [1.5.0](https://github.com/williamboman/mason.nvim/compare/v1.4.0...v1.5.0) (2023-06-28)
diff --git a/README.md b/README.md
index c148b3db..b268a61f 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@
:help mason.nvim
- Latest version: v1.5.0 + Latest version: v1.5.1
# Table of Contents diff --git a/lua/mason/version.lua b/lua/mason/version.lua index 2e60976d..4aa7af85 100644 --- a/lua/mason/version.lua +++ b/lua/mason/version.lua @@ -1,8 +1,8 @@ local M = {} -M.VERSION = "v1.5.0" -- x-release-please-version +M.VERSION = "v1.5.1" -- x-release-please-version M.MAJOR_VERSION = 1 -- x-release-please-major M.MINOR_VERSION = 5 -- x-release-please-minor -M.PATCH_VERSION = 0 -- x-release-please-patch +M.PATCH_VERSION = 1 -- x-release-please-patch return M -- cgit v1.2.3-70-g09d2