From 22b1b9a23877d4a0434242334eef624616e16458 Mon Sep 17 00:00:00 2001 From: Nathan Stocks Date: Sun, 20 Jul 2014 13:40:51 -0700 Subject: [PATCH] Prepped for version 1.2.0 --- CHANGELOG | 17 ++++++++++++++--- green/VERSION | 2 +- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 2b958bd..d5089b1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,17 @@ -Unreleased... - -- (Nothing yet!) +Version 1.2.0 - 20 July 2014 + +- Implemented custom test discovery code instead of relying on built-in +unittest.discover(). So far, the new implementation mimics the built-in +behavior except for fixing issue #14 (which unblocks #7). This enables +working on #25 and any other bugs or behavior that was locked inside of +unittest's quirky discovery implementation that we want to fix in the future. +- Fixed travis config to exclude the example project in builds. +- Reduced debug timestamp precision from microsecond- to second-based. +- Exclude colorama from coverage reporting for the sake of Windows users. +- Added some additional internal debug output. +- Centralized internal debugging output. +- "make clean" now cleans all .coverage* files in the project tree. +- Many new internal tests. Version 1.1.0 - 17 July 2014 diff --git a/green/VERSION b/green/VERSION index 9084fa2..26aaba0 100644 --- a/green/VERSION +++ b/green/VERSION @@ -1 +1 @@ -1.1.0 +1.2.0