Browse Source

Upped version, updated changelog & authors

main
Lakshmi Vyasarajan 13 years ago
parent
commit
f49bdac4c9
5 changed files with 27 additions and 14 deletions
  1. +1
    -0
      .gitignore
  2. +11
    -7
      AUTHORS.rst
  3. +13
    -5
      CHANGELOG.rst
  4. +1
    -1
      README.rst
  5. +1
    -1
      hyde/version.py

+ 1
- 0
.gitignore View File

@@ -18,3 +18,4 @@ PYSMELLTAGS
*.tar.gz
.hyde_deps
src
.tm_properties

+ 11
- 7
AUTHORS.rst View File

@@ -6,15 +6,19 @@ This version would not exist without the contributions from the

Contributors
===============================================================================
- |jd|
- |idank|_

* Bug Fix: Metadata Plugin: Do not try to read meta data on `simple_copy` files.
* Bug Fix: Tag archive generator uses subscript syntax to avoid failure when tags contain '-' or space.

- |jd|_

* Bug Fix: Metadata Plugin: Do not try to read meta data on `simple_copy` files.

|vinilios|_

* Added a helper method in Expando class to ease up non existing keys handling.
* Some improvements in LessCSSPlugin to be able to build complex less projects (such as twitter bootstrap)

- |vinilios|
* Added a helper method in Expando class to ease up non existing keys handling.
* Some improvements in LessCSSPlugin to be able to build complex less projects (such as twitter bootstrap)
- |nud|_

* Bug Fix: Fix class name of `test_stylus`


+ 13
- 5
CHANGELOG.rst View File

@@ -1,15 +1,23 @@
Version 0.8.5a12
============================================================

Thanks to @idank

* Bug Fix: Tag archive generator uses subscript syntax to avoid failure when tags contain '-' or space. (Issue #130)


Version 0.8.5a11
============================================================

* Bug Fix: Folder Flattener updates node's `relative_deploy_path` & `url` attributes as well. (Issue #126)
* BREAKING: As part of the above fix, `resource.url` is prefixed with a `/`. (Issue #126)
* Bug Fix: Folder Flattener updates node's `relative_deploy_path` & `url` attributes as well. (Issue #126)
* BREAKING: As part of the above fix, `resource.url` is prefixed with a `/`. (Issue #126)

Version 0.8.5a10
============================================================

Thanks to @jd

* Bug Fix: Metadata Plugin: Do not try to read meta data on `simple_copy` files. (Issue #124, Issue #121)
* Bug Fix: Metadata Plugin: Do not try to read meta data on `simple_copy` files. (Issue #124, Issue #121)


Version 0.8.5a9
@@ -17,8 +25,8 @@ Version 0.8.5a9

Thanks to @vinilios

* Added a helper method in Expando class to ease up non existing keys handling. (Issue #117)
* Some improvements in LessCSSPlugin to be able to build complex less projects (such as twitter bootstrap) (Issue #117)
* Added a helper method in Expando class to ease up non existing keys handling. (Issue #117)
* Some improvements in LessCSSPlugin to be able to build complex less projects (such as twitter bootstrap) (Issue #117)


Version 0.8.5a8


+ 1
- 1
README.rst View File

@@ -1,4 +1,4 @@
Version 0.8.5a11
Version 0.8.5a12

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


+ 1
- 1
hyde/version.py View File

@@ -3,4 +3,4 @@
Handles hyde version
TODO: Use fabric like versioning scheme
"""
__version__ = '0.8.5a11'
__version__ = '0.8.5a12'

Loading…
Cancel
Save