Skip to content

Commit

Permalink
Version 0.2.21.
Browse files Browse the repository at this point in the history
  • Loading branch information
reid committed Apr 11, 2013
1 parent cd6b2a1 commit c3c3b04
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# A Brief History of Yeti

## 0.2.21 / In Development
## 0.2.21 / 2012-04-11

* Batches that use WebDriver only use browsers launched by WebDriver, not existing browsers.
* Accept `latest` as a WebDriver browser version. (8fbe878)
* Add browsers used by Sauce Labs. (f7af3f6)
* Fix server-side `wd-url` command-line option. (c9592a3)
* Fix issue with echoecho JSONP when using a query string like `&callback=foo`. (cd6b2a1)
* Fix possible hang during WebDriver browser launching. (8bf4efe)
* Fix possible quit before JUnit XML was completely writted to stdout. (9ebabc5)

## 0.2.20 / 2013-03-20

Expand Down
2 changes: 1 addition & 1 deletion doc/yeti/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"projectName": "Yeti",
"yetiVersion": "v0.2.21pre",
"yetiVersion": "v0.2.21",
"yuiGridsUrl": "http://yui.yahooapis.com/combo?3.7.3/build/cssfonts/cssfonts-min.css&3.7.3/build/cssgrids/cssgrids-min.css"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"yui3",
"test"
],
"version": "0.2.21pre",
"version": "0.2.21",
"homepage": "htp://yuilibrary.com/projects/yeti",
"repository": {
"type": "git",
Expand Down

0 comments on commit c3c3b04

Please sign in to comment.