From 9184775063c1ef96a8a6458468835938db3f9d88 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 10 Sep 2023 00:36:06 +0000 Subject: [PATCH] chore(release): 0.15.0 [skip ci] # [0.15.0](https://github.com/zeshuaro/vscode-poetry/compare/v0.14.1...v0.15.0) (2023-09-10) ### Features * add extension icon ([#530](https://github.com/zeshuaro/vscode-poetry/issues/530)) ([2c1ba5d](https://github.com/zeshuaro/vscode-poetry/commit/2c1ba5d3660b98521e6d6459026e41e07babed00)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1117e486..7bbb3e33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.15.0](https://github.com/zeshuaro/vscode-poetry/compare/v0.14.1...v0.15.0) (2023-09-10) + + +### Features + +* add extension icon ([#530](https://github.com/zeshuaro/vscode-poetry/issues/530)) ([2c1ba5d](https://github.com/zeshuaro/vscode-poetry/commit/2c1ba5d3660b98521e6d6459026e41e07babed00)) + ## [0.14.1](https://github.com/zeshuaro/vscode-poetry/compare/v0.14.0...v0.14.1) (2023-09-03) diff --git a/package.json b/package.json index ef7ee4d9..4c3448c2 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Python Poetry", "description": "Python Poetry support for VS Code to manage Poetry commands", "icon": "images/icon.png", - "version": "0.14.1", + "version": "0.15.0", "preview": true, "publisher": "zeshuaro", "repository": {