Skip to content

Commit

Permalink
Update version info and readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Savage committed Jan 7, 2013
1 parent a511de5 commit a977386
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.12.1 (2013-01-07)
======================
* Add back in pause/resume support since Rails uses it

0.12.0 (2013-01-06)
======================
* Ruby 2.0.0 support (Charlie Savage)
Expand All @@ -8,7 +12,7 @@
to your code (Charlie Savage).
* Rewrite ruby-prof script to be more self-contained (Gary Weaver)
* Fix list formatting in readme (Thilo Rusche)

* Remove pause/resume support since its buggy and complicates the code

0.11.3 (2012-12-27)
======================
Expand Down
4 changes: 2 additions & 2 deletions ext/ruby_prof/version.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Copyright (C) 2005-2013 Shugo Maeda <[email protected]> and Charlie Savage <[email protected]>
Please see the LICENSE file for copyright and distribution information */

#define RUBY_PROF_VERSION "0.12.0" // as a string, for easy parsing from rake files
#define RUBY_PROF_VERSION "0.12.1" // as a string, for easy parsing from rake files
#define RUBY_PROF_VERSION_MAJ 0
#define RUBY_PROF_VERSION_MIN 12
#define RUBY_PROF_VERSION_MIC 0
#define RUBY_PROF_VERSION_MIC 1

0 comments on commit a977386

Please sign in to comment.