From a19a9ba38f8237949dd5762b49a6c4f943ed6c9f Mon Sep 17 00:00:00 2001 From: Reid Burke Date: Fri, 20 Dec 2013 15:03:23 -0600 Subject: [PATCH] Version 0.2.25. --- HISTORY.md | 11 ++++++++++- doc/yeti/project.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index c019cb78..4231b409 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,15 @@ # A Brief History of Yeti -## 0.2.25 / In Development +## 0.2.25 / 2013-12-20 + + * Add `--caps` command-line option to specify Selenium capabilities directly. + * Fix Windows support by using USERPROFILE instead of HOME for configuration locator. + * Fix potential memory leaks by breaking references to objects when testing completes. + * Fix "No browsers connected, exiting" bug. + * Fix crash when encoding an undefined value in the JUnit XML reporter. + * Fix bug in internal state when test skipped because it did not exist. + * Add IE 11 and Windows 8.1 to User-Agent list. + * Update wd and request dependencies. ## 0.2.24 / 2013-07-19 diff --git a/doc/yeti/project.json b/doc/yeti/project.json index cdb93eff..a4388de8 100644 --- a/doc/yeti/project.json +++ b/doc/yeti/project.json @@ -1,5 +1,5 @@ { "projectName": "Yeti", - "yetiVersion": "v0.2.25pre", + "yetiVersion": "v0.2.25", "yuiGridsUrl": "http://yui.yahooapis.com/combo?3.14.1/build/cssfonts/cssfonts-min.css&3.14.1/build/cssgrids/cssgrids-min.css" } diff --git a/package.json b/package.json index ae3a0f4f..f5e92a07 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "yui3", "test" ], - "version": "0.2.25-pre", + "version": "0.2.25", "homepage": "htp://yuilibrary.com/projects/yeti", "repository": { "type": "git",