From 4a8deb615a477029a549cea5cef69d90e4d1f850 Mon Sep 17 00:00:00 2001
From: "williambotman[bot]" <107473453+williambotman@users.noreply.github.com>
Date: Sat, 26 Aug 2023 00:04:35 +0200
Subject: chore(main): release 1.7.0 (#1455)
---
CHANGELOG.md | 14 ++++++++++++++
README.md | 2 +-
lua/mason/version.lua | 6 +++---
3 files changed, 18 insertions(+), 4 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 75dfc1b4..3446f229 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,19 @@
# Changelog
+## [1.7.0](https://github.com/williamboman/mason.nvim/compare/v1.6.2...v1.7.0) (2023-08-25)
+
+
+### Features
+
+* **cargo:** support fetching versions for git crates hosted on github ([#1459](https://github.com/williamboman/mason.nvim/issues/1459)) ([e9eb004](https://github.com/williamboman/mason.nvim/commit/e9eb0048cecc577a1eec534485d3e010487b46a7))
+* **registry:** add file: source protocol ([#1457](https://github.com/williamboman/mason.nvim/issues/1457)) ([8544039](https://github.com/williamboman/mason.nvim/commit/85440397264a31208721e4501c93b23a4940b27e))
+
+
+### Bug Fixes
+
+* **std:** use gtar if available ([#1433](https://github.com/williamboman/mason.nvim/issues/1433)) ([a51c2d0](https://github.com/williamboman/mason.nvim/commit/a51c2d063c5377ee9e58c5f9cda7c7436787be72))
+* **ui:** properly reset new package version state ([#1454](https://github.com/williamboman/mason.nvim/issues/1454)) ([68e6a15](https://github.com/williamboman/mason.nvim/commit/68e6a153d7cd1251eb85ebb48d2e351e9ab940b8))
+
## [1.6.2](https://github.com/williamboman/mason.nvim/compare/v1.6.1...v1.6.2) (2023-08-09)
diff --git a/README.md b/README.md
index 590545c3..c1000fa9 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@
:help mason.nvim
- Latest version: v1.6.2 + Latest version: v1.7.0
# Table of Contents diff --git a/lua/mason/version.lua b/lua/mason/version.lua index 1c16cd71..90831346 100644 --- a/lua/mason/version.lua +++ b/lua/mason/version.lua @@ -1,8 +1,8 @@ local M = {} -M.VERSION = "v1.6.2" -- x-release-please-version +M.VERSION = "v1.7.0" -- x-release-please-version M.MAJOR_VERSION = 1 -- x-release-please-major -M.MINOR_VERSION = 6 -- x-release-please-minor -M.PATCH_VERSION = 2 -- x-release-please-patch +M.MINOR_VERSION = 7 -- x-release-please-minor +M.PATCH_VERSION = 0 -- x-release-please-patch return M -- cgit v1.2.3-70-g09d2