From 55828788d1b4bbaed5b545efd9bac3eeeeb2f313 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Wed, 29 Apr 2009 08:27:59 -0700 Subject: [PATCH] Release 0.6.5 --- CHANGELOG.markdown | 23 +++++++++++++++++++++++ VERSION | 2 +- compass.gemspec | 4 ++-- 3 files changed, 26 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 3a9274cf..538f4cb2 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -1,6 +1,29 @@ COMPASS CHANGELOG ================= +0.6.5 +----- + +### Compass Core + +Converted all mixins definitions referencing images to use the new sass function image\_url(). The following mixins were affected: + +* +pretty-bullets +* +replace-text + +The calls to these mixins should now pass a path to the image that is relative to the images directory of the project. + +### Command Line + +* Required frameworks specified from the command line will now be added into the initial project configuration file. + +0.6.4 +----- + +### Command Line + +Added a command line option --install-dir that will emit the directory where compass is installed. Useful for debugging and drilling into the compass examples and libraries. + 0.6.3 ----- diff --git a/VERSION b/VERSION index d2b13eb6..ef5e4454 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.4 +0.6.5 diff --git a/compass.gemspec b/compass.gemspec index d647b314..02c1f88f 100644 --- a/compass.gemspec +++ b/compass.gemspec @@ -1,10 +1,10 @@ Gem::Specification.new do |s| s.name = %q{compass} - s.version = "0.6.4" + s.version = "0.6.5" s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version= s.authors = ["Chris Eppstein"] - s.date = %q{2009-04-25} + s.date = %q{2009-04-29} s.default_executable = %q{compass} s.description = %q{Sass-Based CSS Meta-Framework. Semantic, Maintainable CSS.} s.email = %q{chris@eppsteins.net}