From 051bee703036e46da3a8a0e06057de9f0524bb8d Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sun, 1 Aug 2010 11:15:53 -0700 Subject: [PATCH] Prepare for release. --- VERSION.yml | 2 +- doc-src/content/CHANGELOG.markdown | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/VERSION.yml b/VERSION.yml index 873ec77d..10ea9494 100644 --- a/VERSION.yml +++ b/VERSION.yml @@ -2,4 +2,4 @@ :major: 0 :minor: 10 :patch: 3 -:build: pre.1 +:build: 0 diff --git a/doc-src/content/CHANGELOG.markdown b/doc-src/content/CHANGELOG.markdown index 0b491453..8dff4e5a 100644 --- a/doc-src/content/CHANGELOG.markdown +++ b/doc-src/content/CHANGELOG.markdown @@ -7,11 +7,9 @@ layout: article COMPASS CHANGELOG ================= -0.10.3.pre.1 (7/24/2010) +0.10.3.0 (8/1/2010) ------------------- -This release is mostly addressing issues and requests in the compass bug tracker. - ### !important All rails users should run the following command: @@ -40,6 +38,7 @@ This will update your compass initializer file. ### Extensions * Extensions can now create empty directories with the `directory` directive. [Docs](http://compass-style.org/docs/tutorials/extensions/). +* It's now easier to load extensions from a configuration file using the `load` and `discover` directives. ### Rails