From 7d28543ec88b57e3cff1f2159536fe6384c07461 Mon Sep 17 00:00:00 2001 From: Gregg Van Hove Date: Tue, 8 Dec 2015 14:32:16 -0800 Subject: [PATCH] bump version to 1.0.0 --- lib/jasmine_junitxml_formatter/version.rb | 2 +- release_notes/1.0.0.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 release_notes/1.0.0.md diff --git a/lib/jasmine_junitxml_formatter/version.rb b/lib/jasmine_junitxml_formatter/version.rb index a2c7508..4f313cc 100644 --- a/lib/jasmine_junitxml_formatter/version.rb +++ b/lib/jasmine_junitxml_formatter/version.rb @@ -1,3 +1,3 @@ module JasmineJunitxmlFormatter - VERSION = "0.3.0" + VERSION = "1.0.0" end diff --git a/release_notes/1.0.0.md b/release_notes/1.0.0.md new file mode 100644 index 0000000..6e31e9e --- /dev/null +++ b/release_notes/1.0.0.md @@ -0,0 +1,12 @@ +# Jasmine JUnix XML Reporter 1.0.0 Release Notes + +## Changes + +* Restructure xml to bring all specs under a single testsuite + +* Include randomization info as properties for the suite + + +------ + +_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_