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

Commit

Permalink
Updated version and changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanLacey committed Feb 20, 2014
1 parent 5574f66 commit 0e507be
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions changelog.markdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog
## 3.3
## 3.3.2
Change behaviour of Capybara; having `:start_local_application = false` in your Sauce.config will now let Capybara control whether or not it should start a server.
Made the #page method smarter at figuring out if it should return the Selenium object or the Capybara object.
RSpec < 2 will now report job success or failure
You can pass a hash to Sauce::Config.new including `:without_defaults => true` and uh, defaults won't be loaded.
Added a check if Sauce Connect can't connect to Sauce's servers.
Added check if parallel\_tests is already running/didn't quit.
Make Capybara always include the port for local rack applications.
Defaulted Capybara to using a Sauce Connect port.
## 3.3.1
Add Sauce Public Job Links to cucumber and rspec integrations (Thanks @imurchie!)
Tunnel accessor for Sauce::Utilities::Connect
Expand Down
2 changes: 1 addition & 1 deletion lib/sauce/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Sauce
MAJOR_VERSION = '3.3'
PATCH_VERSION = '1'
PATCH_VERSION = '2'

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

0 comments on commit 0e507be

Please sign in to comment.