Skip to content

Commit 5851468

Browse files
committed
Release version 0.12.0
1 parent 805cd33 commit 5851468

File tree

3 files changed

+22
-4
lines changed

3 files changed

+22
-4
lines changed

AUTHORS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ Codespeed is written and maintained by Miquel Torres Barceló and various contri
2727
Michael Thompson
2828
Reiner
2929
Zachary Ware
30+
Mark Watts
31+
Catalin G. Manciu
32+
Octavian Moraru

CHANGELOG

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,27 @@
11
== Change Log ==
22

3+
=== Version 0.12.0, November 11, 2017 ===
4+
* NEW #230: Added support for Django 1.11
5+
* NEW #226: Added previous and next commit navigation to the changes view
6+
* NEW #228: Customise the meta description to describe the URL
7+
* NEW #224: Default banch is now configured in db, per project
8+
* NEW #221: Added support for Django 1.9
9+
* NEW #214: Added optional http basic authentication to results API calls
10+
* NEW #209: Addeds the 'makeimage' service
11+
* NEW #207: Commit tag saving features
12+
* FIX #219: Made git tag identification more conservative
13+
* FIX #212: Improved py3 compat by adding b'' literals
14+
* FIX #212: Fix git tag error
15+
16+
317
=== Version 0.11.0, July 31, 2016 ===
418
* NEW #191: Django 1.7 and 1.8 support
519
* NEW #192: Initial Python 3.4 support
620
* NEW #199: str4d upgraded all javascript libraries. Most importantly jqPlot to 1.0.9 and jQuery to 1.12.3
721
* NEW #203: str4d implemented displaying of quartile and extrema bands on median benchmarks
822
* NEW #205: javierhonduco gave the application a more modern look
923

24+
1025
=== Version 0.10.1, November 1, 2015 ===
1126
* NEW #169: nomeata added admin action to recalculate reports
1227
* NEW #169: nomeata increased allowed length for benchmark names to 100 chars
@@ -41,7 +56,7 @@
4156
* NEW: Upgraded to jQuery 1.6
4257
* NEW #44: Stefan added an option to the timeline view for equidistant data point plotting
4358
* NEW: Permalinks are now id based for Environment, to shorten the length and avoid problems related to url encoding, as well as to allow changing the name without beaking the permalink
44-
* FIX: Frank added a check for revision_date = "None" (as string), caused by the
59+
* FIX: Frank added a check for revision_date = "None" (as string), caused by the
4560
save_single_result.py sample script
4661

4762

@@ -52,7 +67,7 @@
5267
* NEW #45: Stefan Marr added support for browser-button navigation on timeline
5368
* FIX: Stefan Marr improved the GitHub plugin
5469
* FIX: Improvements in the Changes View layout that prevent overlapping in some cases
55-
* FIX: Stefan Marr fixed a bug where links to a changes view revision from the
70+
* FIX: Stefan Marr fixed a bug where links to a changes view revision from the
5671
timeline view would not work because they used short commit ids
5772
* FIX: Stefan Marr prevented some infinite loops caused when results were equal or less than 0
5873

@@ -110,7 +125,7 @@ Bug fix release
110125
- Fix benchmark/legend ordering
111126
- Improve error messages
112127
- Issue correctness warning for normalized stacked bars.
113-
128+
114129
* Known bugs:
115130
- There are several bugs in the comparison view related to the plotting library jqplot
116131
- Bad autoscaling under some circumstancies. Issue#199 (http://bitbucket.org/cleonello/jqplot/issue/199/autoscale-breaks-negative-values)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='codespeed',
5-
version='0.11.0',
5+
version='0.12.0',
66
author='Miquel Torres',
77
author_email='[email protected]',
88
url='https://github.com/tobami/codespeed',

0 commit comments

Comments
 (0)