Skip to content

Commit 0946151

Browse files
authored
v0.2.0 Release Preparation (#52)
* Added v0.2.0 release notes
1 parent bca630e commit 0946151

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
## Unreleased
44

5+
## v0.2.0
6+
What's changed since v0.1.0:
7+
8+
- New Features:
9+
- Added the ability to enable manual command line snippet. [#40](https://github.com/Azure/PSDocs.Azure/issues/40)
10+
- To enable parameter file snippet set configuration `AZURE_USE_COMMAND_LINE_SNIPPET`.
11+
- See [about_PSDocs_Azure_Configuration] for details.
12+
- Added the ability to disable parameter file snippet. [#31](https://github.com/Azure/PSDocs.Azure/issues/31)
13+
- To disable parameter file snippet set configuration `AZURE_USE_PARAMETER_FILE_SNIPPET`.
14+
- See [about_PSDocs_Azure_Configuration] for details.
15+
- Added the ability to include badges in template document. [#30](https://github.com/Azure/PSDocs.Azure/issues/30)
16+
- Set the `.ps-docs/azure-template-badges.md` file to include badge content.
17+
- See [about_PSDocs_Azure_Badges] for details.
18+
- Template outputs are added to generated document. [#28](https://github.com/Azure/PSDocs.Azure/issues/28)
19+
20+
- Bug fixes:
21+
- Fixed snippet with short relative template causes exception. [#26](https://github.com/Azure/PSDocs.Azure/issues/26)
22+
- Fixed cannot bind argument when metadata name is not set. [#35](https://github.com/Azure/PSDocs.Azure/issues/35)
23+
24+
- Engineering:
25+
- Bump PSDocs dependency to v0.8.0. [#42](https://github.com/Azure/PSDocs.Azure/issues/42)
26+
27+
- General Improvements
28+
- Minor update to the documentation to include OutputPath to generate README.md [#50](https://github.com/Azure/PSDocs.Azure/issues/50)
29+
530
## v0.2.0-B2102012 (pre-release)
631

732
What's changed since pre-release v0.2.0-B2102012:

0 commit comments

Comments
 (0)