Skip to content

Commit

Permalink
Discovered that we never release version 0.18.0 of Rivet.
Browse files Browse the repository at this point in the history
  • Loading branch information
splatteredbits committed Feb 18, 2023
1 parent 7c6bfab commit 9e24391
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
13 changes: 3 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
<!--markdownlint-disable MD012 no-multiple-blanks -->
<!--markdownlint-disable MD024 no-duplicate-heading/no-duplicate-header -->

# 0.19.1
# 0.18.0

* Fixed: Rivet doesn't use the CommandTimeout property in rivet.json configuration file.


# 0.19.0

* `Export-Migration` will now allow references to objects in databases that have been applied before it.
* The `DatabaseOrder` setting in the rivet.json file has now been renamed to `Databases`.


# 0.18.0

* The `DatabaseOrder` setting in the rivet.json file has been removed in favor of a new `Databases` property that should
be the ordered-list of databases to migrate.
* `Export-Migration` will now include extended properties on schemas, views, and view columns.


Expand Down
4 changes: 2 additions & 2 deletions Rivet/Rivet.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
RootModule = 'Rivet.psm1'

# Version number of this module.
ModuleVersion = '0.19.1'
ModuleVersion = '0.18.0'

# ID used to uniquely identify this module
GUID = '8af34b47-259b-4630-a945-75d38c33b94d'
Expand Down Expand Up @@ -63,7 +63,7 @@ Rivet is a database migration/change management/versioning tool inspired by Ruby
#TypesToProcess = ''

# Format files (.ps1xml) to be loaded when importing this module
FormatsToProcess = @(
FormatsToProcess = @(
'Formats\RivetMigrationResult-GroupingFormat.format.ps1xml',
'Formats\RivetOperationResult-GroupingFormat.format.ps1xml',
'Formats\Rivet.Migration.format.ps1xml',
Expand Down

0 comments on commit 9e24391

Please sign in to comment.