Skip to content

Commit

Permalink
Prepped for version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CleanCut committed Jul 20, 2014
1 parent 93d60d5 commit 22b1b9a
Showing 2 changed files with 15 additions and 4 deletions.
17 changes: 14 additions & 3 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion green/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.2.0

0 comments on commit 22b1b9a

Please sign in to comment.