Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

Commit

Permalink
Prepare for release 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanLacey committed Jun 12, 2013
1 parent 0e7cd35 commit b795102
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.markdown
@@ -1,5 +1,8 @@
# Changelog
## 3.0
### 3.0.2
Strip out extraneous config details from :desired_capabilities

### 3.0.1
Make parallel tests correctly exit when child tests exit with an error.

Expand Down
2 changes: 1 addition & 1 deletion lib/sauce/version.rb
@@ -1,6 +1,6 @@
module Sauce
MAJOR_VERSION = '3.0'
PATCH_VERSION = '1'
PATCH_VERSION = '2'

def version
"#{MAJOR_VERSION}.#{PATCH_VERSION}"
Expand Down

0 comments on commit b795102

Please sign in to comment.