From 663f76e04c22be646b2f7d842654d4eb7524faa4 Mon Sep 17 00:00:00 2001 From: Tristan Partin Date: Mon, 1 Jul 2024 11:00:46 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.24.0=20=E2=86=92=201.25.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 9d97579..67ed252 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = true commit_args = -S -current_version = 1.24.0 +current_version = 1.25.0 sign_tags = true tag = true diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d2cec7..c14bbfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## next +## 1.25.0 - Fix running tests with spaces in the names - Fix passing environment variables with some debug adapters diff --git a/package.json b/package.json index 97c2fed..32f966d 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.24.0", + "version": "1.25.0", "license": "Apache-2.0", "publisher": "mesonbuild", "author": {