Skip to content

Commit

Permalink
Merge branch 'main' into issue245
Browse files Browse the repository at this point in the history
  • Loading branch information
cskeogh committed Jul 2, 2024
2 parents bf2e8f9 + 0f24093 commit 4c605f8
Show file tree
Hide file tree
Showing 4 changed files with 156 additions and 140 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = true
commit_args = -S
current_version = 1.24.0
current_version = 1.25.1
sign_tags = true
tag = true

Expand Down
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Change Log

## next
## 1.25.1

- Fix running tests with spaces in the names

## 1.25.0

- Fix passing environment variables with some debug adapters
- Limit the search depth for meson.build files when trying to activate the
extension
- This should help in the case of large monorepos
- This also matches the behavior of the CMake extension

## 1.24.0

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.1",
"license": "Apache-2.0",
"publisher": "mesonbuild",
"author": {
Expand Down
Loading

0 comments on commit 4c605f8

Please sign in to comment.