Skip to content

Commit

Permalink
Bump 0.2.2 (#127)
Browse files Browse the repository at this point in the history
* Expand pipeline search folders

Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>

* bump release version

Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>

* bug fix and bump 0.2.2

Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>

---------

Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
  • Loading branch information
noklam authored Sep 23, 2024
1 parent 71273d1 commit 47e7b0f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ noxfile.py
.pylintrc
**/requirements.txt
**/requirements.in
**/tool/_debug_server.py
**/tool/_debug_server.py
Kedro*
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ sign-off:


build:
make dev-install
vsce package


Expand All @@ -18,4 +19,8 @@ dev-install:
nox --session build_package

test:
pytest
pytest

release:
make dev-install
vsce publish
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Kedro",
"displayName": "Kedro",
"description": "A Kedro VSCode Extension.",
"version": "0.2.1",
"version": "0.2.2",
"preview": false,
"serverInfo": {
"name": "Kedro",
Expand Down

0 comments on commit 47e7b0f

Please sign in to comment.