Skip to content

Commit

Permalink
Prepare for 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisJefferson committed Feb 3, 2016
1 parent f3a6f8d commit 17e936d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
0.5.0
=====

New features:

* Add MergeLineByLineProfiles, a function to merge multiple profiles

Bug Fixes:

* FlameGraph generation was broken, due to a hard-wired directory.

Minor improvements:

* Do not print filetime and file executed statements, when they are defined for no file


0.4.0
=====

Expand Down
4 changes: 2 additions & 2 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ SetPackageInfo( rec(

PackageName := "profiling",
Subtitle := "Line by line profiling and code coverage for GAP",
Version := "0.4.0",
Date := "19/01/2016", # dd/mm/yyyy format
Version := "0.5.0",
Date := "03/02/2016", # dd/mm/yyyy format

Persons := [
rec(
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.5.0

0 comments on commit 17e936d

Please sign in to comment.