Skip to content

Commit

Permalink
Preparing 0.7.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
luislavena committed Feb 5, 2011
1 parent b83f970 commit 9b93b67
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions History.txt
@@ -1,3 +1,8 @@
=== 0.7.6 / 2011-02-04

* Bugfixes:
* Prefer Psych over Syck for YAML parsing on Ruby 1.9.2. [tenderlove]

=== 0.7.5 / 2010-11-25

* Enhancements:
Expand Down
2 changes: 1 addition & 1 deletion tasks/gem.rake
Expand Up @@ -3,7 +3,7 @@ require 'rubygems/package_task'
GEM_SPEC = Gem::Specification.new do |s|
# basic information
s.name = "rake-compiler"
s.version = "0.7.5"
s.version = "0.7.6"
s.platform = Gem::Platform::RUBY

# description and details
Expand Down

0 comments on commit 9b93b67

Please sign in to comment.