Skip to content

Commit b146ba7

Browse files
authored
Merge pull request #16 from thepaneb/release/v0.5.2
chore: bump version to 0.5.2
2 parents df8776b + 5fe5aac commit b146ba7

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.5.2
4+
5+
- Correção no discovery: padrão glob `**/*.pks` agora busca recursivamente em subpastas.
6+
- runForFolder/runForUri aguardam refresh concluir antes de filtrar.
7+
38
## 0.5.1
49

510
- Correção no filtro de pastas para Windows (trailing separator + race condition em refresh).

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-utplsql",
33
"displayName": "utPLSQL Test Runner",
44
"description": "Roda testes utPLSQL pelo Test Explorer do VSCode, com menu de contexto e cobertura visual (estilo pytest).",
5-
"version": "0.5.1",
5+
"version": "0.5.2",
66
"publisher": "paneb",
77
"author": "Gil Cleber Barboza",
88
"license": "MIT",

0 commit comments

Comments
 (0)