Skip to content

Commit 55d8898

Browse files
chore: bump version to 0.3.4
1 parent 66268c9 commit 55d8898

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

cli/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [0.3.4] - 2025-11-07
2+
3+
- Fix: Python services use venv instead of system Python (#28) (66268c9)
4+
- ci: reorganize release workflow — run tool installs & preflight earlier, extract release notes, and remove dashboard build step (ecf77d5)
5+
- chore: update registry for v0.3.3 (55ca088)
6+
- chore: bump version to 0.3.3 (53fdcc5)
7+
- feat: improve dependency installer robustness, add tests, and document npm TAR_ENTRY_ERROR (#26) (968fb3c)
8+
- refactor: improve type safety, fix tests, and optimize build system (#25) (820359f)
9+
- chore: add Release workflow badge to README (af6fba5)
10+
- chore: update registry for v0.3.2 (c789016)
11+
- chore: bump version to 0.3.2 (9e67028)
12+
- fix: add --repo flag to azd x publish for remote mode (ed2522c)
13+
114
## [0.3.3] - 2025-11-07
215

316
- feat: improve dependency installer robustness, add tests, and document npm TAR_ENTRY_ERROR (#26) (968fb3c)

cli/extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ namespace: app
33
displayName: App Extension
44
description: A collection of developer productivity commands for Azure Developer CLI
55
usage: azd app <command> [options]
6-
version: 0.3.3
6+
version: 0.3.4
77
language: go
88
capabilities:
99
- custom-commands

0 commit comments

Comments
 (0)