From 4c6402df6525f37c83794cec6f8862cc071da29d Mon Sep 17 00:00:00 2001 From: Tristan Partin Date: Mon, 19 Aug 2024 16:01:23 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.25.1=20=E2=86=92=201.26.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGELOG.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index bc15c0a..d3662b6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = true commit_args = -S -current_version = 1.25.1 +current_version = 1.26.0 sign_tags = true tag = true diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b0b8ae..81ce8fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -# next +# 1.26.0 - Bump mesonlsp to v4.3.3 - Fix debug providers diff --git a/package.json b/package.json index 7a15cc0..ae297f1 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Meson", "description": "Meson language support for Visual Studio Code", "icon": "graphics/icon.png", - "version": "1.25.1", + "version": "1.26.0", "license": "Apache-2.0", "publisher": "mesonbuild", "author": {