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": {