Skip to content

Commit

Permalink
Updated Authors, Changelog, Readme. Upped version
Browse files Browse the repository at this point in the history
  • Loading branch information
navilan committed May 11, 2011
1 parent 690e846 commit 66a99e9
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
6 changes: 6 additions & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ This version would not exist without the contributions from the
Contributors
------------

- |merlinrebrovic|_

* Hyde starter kit

- |vincentbernat|_

* Bug Fix: Made sorting tests more predictable
Expand Down Expand Up @@ -44,3 +48,5 @@ Contributors
.. _pestaa: http://github.com/pestaa
.. |vincentbernat| replace:: Vincent Bernat
.. _vincentbernat: http://github.com/vincentbernat
.. |merlinrebrovic| replace:: Merlin Rebrovic
.. _merlinrebrovic: https://github.com/merlinrebrovic
23 changes: 6 additions & 17 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,33 +1,22 @@
Version 0.8.1-c4
================

Thanks to @vincentbernat
Version 0.8.2
=============

* Added git dates plugin
* Added Image size plugin
Thanks to @merlinrebrovic

Version 0.8.1-c3
================
* Added hyde starter kit

Thanks to @vincentbernat

* Added git dates plugin
* Added Image size plugin
* Added silent, compress and optimization parameter support for less css plugin
* Fixed plugin chaining issues
* Added Language(translation) plugin

Version 0.8.1-c2
================

Thanks to @vincentbernat

* Bug Fix: Made sorting tests more predictable
* Bug Fix: Added more standard paths for executables
* Added Combine files plugin
* Added ignore option in site configuration to igore based on wildcards

Version 0.8.1-c1
================

Thanks to @pestaa

* Added support `UTF8` keys in `metadata` and `config`
Expand Down
17 changes: 11 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
Version 0.8.1
Version 0.8.2

A brand new **hyde**
====================

This is the new version of `hyde`_ under active development. Hyde
documentation is a work in progress and can be found `here`_.
This is the new version of `hyde`_ under active development.
`Hyde documentation`_ is a work in progress.

`Hyde starter kit`_ by `merlinrebrovik`_ is a really nice way to get started
with hyde.

Installation
------------
Expand Down Expand Up @@ -76,7 +79,7 @@ the following configuration:
Examples
--------

1. `Hyde Documentation`_
1. `Hyde Documentation Source`_
2. `Cloudpanic`_
3. `Ringce`_

Expand Down Expand Up @@ -120,9 +123,11 @@ Links


.. _hyde: https://github.com/lakshmivyas/hyde
.. _here: http://hyde.github.com
.. _Hyde Documentation: https://github.com/hyde/docs
.. _Hyde documentation: http://hyde.github.com
.. _Hyde Documentation Source: https://github.com/hyde/docs
.. _Cloudpanic: https://github.com/tipiirai/cloudpanic
.. _Ringce: https://github.com/lakshmivyas/ringce/tree/v3.0
.. _Authors: https://github.com/hyde/hyde/blob/master/AUTHORS
.. _Changelog: https://github.com/hyde/hyde/blob/master/CHANGELOG.rst
.. _Hyde starter kit: http://merlin.rebrovic.net/hyde-starter-kit/about.html
.. _merlinrebrovik: https://github.com/merlinrebrovic
2 changes: 1 addition & 1 deletion hyde/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
Handles hyde version
TODO: Use fabric like versioning scheme
"""
__version__ = '0.8.1'
__version__ = '0.8.2'

0 comments on commit 66a99e9

Please sign in to comment.