Skip to content

Commit 9d13d21

Browse files
committed
Tag 0.9.0
1 parent a2793ac commit 9d13d21

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
== Change Log ==
22

33

4-
=== Version next, to be released ===
4+
=== Version 0.9.0, July 17, 2011 ===
5+
* NEW: Frank refactored the Django project and app. Now Codespeed is a proper, installable Django app, and there is a sample project in the "example" dir
6+
* NEW: Upgraded to jQuery 1.6
7+
* NEW #44: Stefan added an option to the timeline view for equidistant data point plotting
8+
* 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
59
* FIX: Frank added a check for revision_date = "None" (as string), caused by the
610
save_single_result.py sample script
711

@@ -10,7 +14,7 @@
1014

1115
* NEW: Settings option to select the default benchmark in the timeline view
1216
* NEW: Added save_multiple_results, an example script that saves data using JSON
13-
* NEW: Stefan Marr added support for browser-button navigation on timeline
17+
* NEW #45: Stefan Marr added support for browser-button navigation on timeline
1418
* FIX: Stefan Marr improved the GitHub plugin
1519
* FIX: Improvements in the Changes View layout that prevent overlapping in some cases
1620
* FIX: Stefan Marr fixed a bug where links to a changes view revision from the

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
author='Miquel Torres',
55
author_email='[email protected]',
66
name='codespeed',
7-
version='0.8.1',
7+
version='0.9.0',
88
url='https://github.com/tobami/codespeed',
99
license='GNU Lesser General Public License version 2.1',
1010
install_requires=['django>=1.3', 'isodate', 'south'],

0 commit comments

Comments
 (0)