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