File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1+ ## [ 0.3.5] - 2025-11-07
2+
3+ - ci: refactor CI workflows to use shared checks and streamline build process (a6e4e4a)
4+ - chore: bump version to 0.3.4 (55d8898)
5+ - Fix: Python services use venv instead of system Python (#28 ) (66268c9)
6+ - ci: reorganize release workflow — run tool installs & preflight earlier, extract release notes, and remove dashboard build step (ecf77d5)
7+ - chore: update registry for v0.3.3 (55ca088)
8+ - chore: bump version to 0.3.3 (53fdcc5)
9+ - feat: improve dependency installer robustness, add tests, and document npm TAR_ENTRY_ERROR (#26 ) (968fb3c)
10+ - refactor: improve type safety, fix tests, and optimize build system (#25 ) (820359f)
11+ - chore: add Release workflow badge to README (af6fba5)
12+ - chore: update registry for v0.3.2 (c789016)
13+
114## [ 0.3.4] - 2025-11-07
215
316- Fix: Python services use venv instead of system Python (#28 ) (66268c9)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ namespace: app
33displayName : App Extension
44description : A collection of developer productivity commands for Azure Developer CLI
55usage : azd app <command> [options]
6- version : 0.3.4
6+ version : 0.3.5
77language : go
88capabilities :
99 - custom-commands
You can’t perform that action at this time.
0 commit comments