Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions cli/azd/extensions/azure.appservice/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.1.1

- [[#7630]](https://github.com/Azure/azure-dev/pull/7630) `swap`: `--src production` / `--dst production` now targets the main app; `@production` is also accepted. `@main` is deprecated with a warning. Updated help text and prompt labels.

## 0.1.0

- Initial release with `swap` command for swapping App Service deployment slots.
2 changes: 1 addition & 1 deletion cli/azd/extensions/azure.appservice/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ displayName: Azure App Service
description: Extension for managing Azure App Service resources.
usage: azd appservice <command> [options]
# NOTE: Make sure version.txt is in sync with this version.
version: 0.1.0
version: 0.1.1
language: go
capabilities:
- custom-commands
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package version

// Version is the current version of the extension.
// This is set at build time via ldflags.
var Version = "0.1.0"
var Version = "0.1.1"
2 changes: 1 addition & 1 deletion cli/azd/extensions/azure.appservice/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1
Loading