We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c53f130 commit fc3408fCopy full SHA for fc3408f
2 files changed
dbops.psd1
@@ -4,7 +4,7 @@
4
RootModule = '.\dbops.psm1'
5
6
# Version number of this module.
7
- ModuleVersion = '0.8.1'
+ ModuleVersion = '0.9.0'
8
9
# ID used to uniquely identify this module
10
GUID = '16dff216-533a-4fa3-9b2e-4408dbe15e63'
docs/changelog.md
@@ -1,3 +1,6 @@
1
+# Release notes for v0.9.0:
2
+- ### Pester 5 and redesigned test structure (#152) by @nvarscar
3
+- ### Adding AlwaysRollback deployment method (#154) by @nvarscar
# Release notes for v0.8.1:
- ### Wrapper around dotnet call to filter output (#148) by @nvarscar
# Release notes for v0.8.0:
0 commit comments