Skip to content

Commit

Permalink
Release v0.7.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnichol committed Dec 31, 2012
1 parent 42f5895 commit c940b5e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
## 0.7.1 (unreleased)
## 0.7.3 (unreleased)


## 0.7.2 (December 31, 2012)

### Bug fixes

* Add missing package dependencies for C Ruby versions on RHEL family.
([@fnichol][])

### Improvements

* Print Ruby build time to :info logger (formerly :debug). ([@fnichol][])
* Add integration tests for commonly installed Ruby versions. ([@fnichol][])


## 0.7.0 (November 21, 2012)
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license "Apache 2.0"
description "Manages the ruby-build framework and its installed rubies. A LWRP is also defined."
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "0.7.1"
version "0.7.2"

supports "ubuntu"
supports "debian"
Expand Down

0 comments on commit c940b5e

Please sign in to comment.