Skip to content

Commit

Permalink
Upped version. Merged changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
navilan committed Jun 20, 2011
1 parent 5464836 commit 7ce5815
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 49 deletions.
48 changes: 1 addition & 47 deletions CHANGELOG.rst
@@ -1,94 +1,48 @@
Version 0.8.3c13
Version 0.8.3
================

* Bug Fix: A bad bug in Expando that modified the `__dict__` has been fixed.
(Issue #53)
* Tags now support metadata. Metadata can be provided as part of the tagger
plugin configuration in `site.yaml`

Version 0.8.3c12
================

* Ensured that the context data & providers behave in the same manner. Both
get loaded as expandos. (Issue #29)


Version 0.8.3c11
=================

* `hyde serve` now picks up changes in config data automatically.
(Issue #24)


Version 0.8.3c10
===============

* Bug Fix: `hyde create` only fails when `content`, `layout` or `site.yaml`
is present in the target directory. (Issue #21)
* Bug Fix: Exceptions are now handled with `ArgumentParser.error`.
(Issue #21)

Version 0.8.3c9
===============

* Bug Fix: Sorter excludes items that do not have sorting attributes.
(Issue #18)

Version 0.8.3c8
===============

* Wrapped `<figure>` inside `<div>` to appease markdown. (Issue #17)

Version 0.8.3c7
===============

* Added `display:block` for html5 elements in basic template so that it
works in not so modern browsers as well. (Issue #17)

Version 0.8.3c6
===============

Thanks to Joe Steeve.

* Changed deploy location for main.py and fixed entry point in
`setup.py`. (Issue #56)


Version 0.8.3c5
===============

Thanks to @stiell

* Bug Fix: Better mime type support in hyde server (Issue #50)
* Bug Fix: Support empty extension in tagger archives (Issue #50)

Version 0.8.3c4
===============

Thanks to @gfuchedzhy

* Bug Fix: Hyde server now takes the url cleaner plugin into account.
(Issue #54)

Version 0.8.3c3
===============

Thanks to @vincentbernat

* Bug Fix: Ensure image sizer plugin handles external urls properly.
(Issue #52)

Version 0.8.3c2
================

Thanks to @rfk

* Added PyPI publisher (Issue #49)
* Bug Fix: Made `site.full_url` ignore fully qualified paths (Issue #49)

Version 0.8.3c1
================

Thanks to @vincentbernat

* Added JPEG Optim plugin (Issue #47)
Expand Down
2 changes: 1 addition & 1 deletion README.rst
@@ -1,4 +1,4 @@
Version 0.8.2
Version 0.8.3

A brand new **hyde**
====================
Expand Down
2 changes: 1 addition & 1 deletion hyde/version.py
Expand Up @@ -3,4 +3,4 @@
Handles hyde version
TODO: Use fabric like versioning scheme
"""
__version__ = '0.8.2'
__version__ = '0.8.3'

0 comments on commit 7ce5815

Please sign in to comment.