Skip to content

Commit f7f81ab

Browse files
chore(main): release 1.3.0 (#1359)
1 parent 6f3853e commit f7f81ab

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.3.0](https://github.com/williamboman/mason.nvim/compare/v1.2.1...v1.3.0) (2023-06-18)
4+
5+
6+
### Features
7+
8+
* **health:** add advice for Debian/Ubuntu regarding python3 venv ([#1358](https://github.com/williamboman/mason.nvim/issues/1358)) ([6f3853e](https://github.com/williamboman/mason.nvim/commit/6f3853e5ae8c200e29d2e394e479d9c3f8e018f5))
9+
310
## [1.2.1](https://github.com/williamboman/mason.nvim/compare/v1.2.0...v1.2.1) (2023-06-13)
411

512

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<code>:help mason.nvim</code>
1515
</p>
1616
<p align="center">
17-
<sup>Latest version: v1.2.1</sup> <!-- x-release-please-version -->
17+
<sup>Latest version: v1.3.0</sup> <!-- x-release-please-version -->
1818
</p>
1919

2020
# Table of Contents

lua/mason/version.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
local M = {}
22

3-
M.VERSION = "v1.2.1" -- x-release-please-version
3+
M.VERSION = "v1.3.0" -- x-release-please-version
44
M.MAJOR_VERSION = 1 -- x-release-please-major
5-
M.MINOR_VERSION = 2 -- x-release-please-minor
6-
M.PATCH_VERSION = 1 -- x-release-please-patch
5+
M.MINOR_VERSION = 3 -- x-release-please-minor
6+
M.PATCH_VERSION = 0 -- x-release-please-patch
77

88
return M

0 commit comments

Comments
 (0)