Skip to content

Commit

Permalink
chore(main): release 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hverlin committed Nov 20, 2024
1 parent e23bf9c commit c0854d9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.15.0](https://github.com/hverlin/mise-vscode/compare/v0.14.0...v0.15.0) (2024-11-20)


### Features

* Add code completion for `wait_for` ([08a6f66](https://github.com/hverlin/mise-vscode/commit/08a6f66c3af7bdc54c5c5bb4977809b80cd7d203))
* Add support for php and julia ([e23bf9c](https://github.com/hverlin/mise-vscode/commit/e23bf9c63572cad6e6b9717026f8bc721d53639c))
* Check mise version on startup ([b02151c](https://github.com/hverlin/mise-vscode/commit/b02151c898cd596ad6fb11425ec099dd5b5dd424))
* show installed version inline in editor ([7395075](https://github.com/hverlin/mise-vscode/commit/73950751274b4f9341897204335123e5bfd6937e))

## [0.14.0](https://github.com/hverlin/mise-vscode/compare/v0.13.0...v0.14.0) (2024-11-19)


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": "Mise VSCode",
"publisher": "hverlin",
"description": "mise support for Visual Studio code (dev-tools, tasks and environment variables)",
"version": "0.14.0",
"version": "0.15.0",
"repository": {
"type": "git",
"url": "https://github.com/hverlin/mise-vscode"
Expand Down

0 comments on commit c0854d9

Please sign in to comment.