diff --git a/CHANGELOG.rst b/CHANGELOG.rst new file mode 100644 index 0000000..a392679 --- /dev/null +++ b/CHANGELOG.rst @@ -0,0 +1,6 @@ +Version 0.8rc3 +============== + +* Fixed a jinja2 loader path issue that prevented site generation in windows +* Fixed tests for stylus plugin to account for more accurate color + manipulation in the latest stylus diff --git a/README.rst b/README.rst index cffdc0f..986fa46 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -Version 0.8rc2 +Version 0.8rc3 A brand new **hyde** ==================== @@ -92,7 +92,7 @@ A brief list of features 3. Metadata: Hyde now supports hierarchical metadata. You can specify and override variables at the site, node or the page level and access them in the templates. -4. Organization: The sorter, gruouper and tagger plugins provide rich +4. Organization: The sorter, grouper and tagger plugins provide rich meta-data driven organizational capabilities to hyde sites. 5. Syntactic Sugar: Because of the richness of the plugin infrastructure, hyde can now provide additional syntactic sugar to diff --git a/hyde/version.py b/hyde/version.py index b7b6bd8..03dcf63 100644 --- a/hyde/version.py +++ b/hyde/version.py @@ -3,4 +3,4 @@ Handles hyde version TODO: Use fabric like versioning scheme """ -__version__ = '0.8rc2' +__version__ = '0.8rc3'