Skip to content

Commit

Permalink
Version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahhodne committed Apr 6, 2014
1 parent 2c23de8 commit f29e1e4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v0.0.3

- Allow specifying an image when starting a VM with the CLI (using `--image`).
- Change the default image name to `ichef-travis-osx8-latest`.
- Raise errors on all 4xx and 5xx errors. They are raised as
`Travis::SaucelabsAPI::ClientError` and `Travis::SaucelabsAPI::ServerError`,
respectively, and both inherit from `Travis::SaucelabsAPI::Error`.

## v0.0.2

- Add allow_incoming endpoint, which allows for opening incoming ports in the
Expand All @@ -9,4 +17,4 @@

## v0.0.1

Initial release
Initial release
2 changes: 1 addition & 1 deletion lib/travis-saucelabs-api/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Travis
class SaucelabsAPI
VERSION = "0.0.2"
VERSION = "0.0.3"
end
end

0 comments on commit f29e1e4

Please sign in to comment.