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