Skip to content

Commit

Permalink
0.10.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacabraham committed Apr 12, 2020
1 parent c664255 commit 7a0c827
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
Release Notes
=============
## 0.10.0
* Allow supplying an explicit related service plan
* Support for HTTPS-only on web app
* Block when deploying via Azure CLI
* Put all deploy transient files in a folder
* Server Farm builder
* Don't login on Azure CLI unless needed

## 0.9.1
* Fix a bug with WebApp builder causing a stack overflow.
*

## 0.9.0
* Support for Cognitive Services
* Ensure Functions Runtime is correct set (lower-case)
Expand Down
2 changes: 1 addition & 1 deletion src/Farmer/Farmer.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<!-- General -->
<AssemblyName>Farmer</AssemblyName>
<Version>0.9.1</Version>
<Version>0.10.0</Version>
<Description>A DSL for rapidly generating non-complex ARM templates.</Description>
<Copyright>Copyright 2019, 2020 Compositional IT Ltd.</Copyright>
<Company>Compositional IT</Company>
Expand Down

0 comments on commit 7a0c827

Please sign in to comment.