Skip to content

Commit

Permalink
Prepare for 0.8.7 Release
Browse files Browse the repository at this point in the history
 - Update version
 - Update Release Notes
  • Loading branch information
Andy Davis committed Jun 17, 2017
1 parent 971d047 commit b57ae2d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,27 @@ Donations Accepted - If you enjoy using this product or it has saved you time an
It helps keep to the product updated, pays for site hosting, etc. https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9831498

# RELEASE NOTES
## 0.8.7
**OMG!! It's a RoundhousE release!!**

*It's been a long time coming. I didn't want to get bogged down into writing
the perfect release notes, so I am summarizing the last four years of commit
history. I hope that no one that contributed feels slighted by my failure to
specifically acknowledge your contribution. I intend to do better in the
future.*

### Enhancements
+ Added option to run scripts outside of transaction scope
+ Handle Azure connection strings
+ Properly split files that start with a splitter
+ Respect Transaction flag
+ Improved Logging
+ Added switch --warnandignoreononetimescriptchanges

### Bug Fixes
+ Only retry on SQL Connection errors
+ Correctly handle postgres connection disposed error

## 0.8.6

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion Settings/UppercuT.config
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<property name="version.use_semanticversioning" value="true" overwrite="false" />
<property name="version.major" value="0" overwrite="false" />
<property name="version.minor" value="8" overwrite="false" />
<property name="version.patch" value="6" overwrite="false" />
<property name="version.patch" value="7" overwrite="false" />
<property name="version.gem.suffix" value="" overwrite="false" />
<property name="use.gem.build_date" value="false" overwrite="false" />
<property name="version.nuget.prerelease" value="alpha1" overwrite="false" />
Expand Down

0 comments on commit b57ae2d

Please sign in to comment.