Skip to content

Commit fc2895c

Browse files
committed
chore: update changelog to version 0.2.29
1 parent 749509f commit fc2895c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

cli/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [0.2.28] - 2026-01-08
1+
## [0.2.29] - 2026-01-08
22

33
### Added
44
- Initial public release of azd exec

web/src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const description = "azd exec - Run any script with azd environment and Azure cr
1111
<!-- Hero Section -->
1212
<section class="hero">
1313
<div class="hero-container">
14-
<h1 class="hero-title">Run Scripts with azd environment context</h1>
14+
<h1 class="hero-title">Run scripts with azd environment context</h1>
1515
<p class="hero-subtitle">
1616
Database migrations, setup automation, CI/CD workflows - with seamless access to Azure credentials and Key Vault secrets.
1717
</p>

web/src/pages/reference/changelog/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import Layout from '../../../components/Layout.astro';
2020
<div class="content">
2121
<section class="release">
2222
<div class="release-header">
23-
<h2 class="version">0.2.28</h2>
23+
<h2 class="version">0.2.29</h2>
2424
<span class="date">2026-01-08</span>
2525
</div>
2626
<div class="changes">

0 commit comments

Comments
 (0)