diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 67ed252..bc15c0a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = true commit_args = -S -current_version = 1.25.0 +current_version = 1.25.1 sign_tags = true tag = true diff --git a/CHANGELOG.md b/CHANGELOG.md index 963deda..8f4439d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## next +## 1.25.1 - Fix running tests with spaces in the names diff --git a/package.json b/package.json index 32f966d..7a15cc0 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.0", + "version": "1.25.1", "license": "Apache-2.0", "publisher": "mesonbuild", "author": {