Skip to content

Commit

Permalink
Update changelog for v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
econchick committed Dec 25, 2015
1 parent 15cae4c commit 09b5722
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

0.1.9 (2015-12-24)
------------------

Happy holidays!

- Fix resource type inheritance (`Issue 23`_ & `Issue 47`_)
- Preserve order of ``baseUriParameters`` and ``uriParameters`` in API root and resource nodes (`Issue 37`_)
- Fix missing URI parameters if not defined/declared inline (`Issue 56`_)
- Fix how arguments are passed into pytest in ``setup.py`` (`PR 55`_ - thank you `matiasb`_!)


0.1.8 (2015-10-07)
------------------
Expand Down Expand Up @@ -106,3 +116,8 @@ Initial alpha release of ``ramlfications``\!
.. _`cerivera`: https://github.com/cerivera
.. _`Issue 44`: https://github.com/spotify/ramlfications/issues/44
.. _`Issue 23`: https://github.com/spotify/ramlfications/issues/23
.. _`matiasb`: https://github.com/matiasb
.. _`PR 55`: https://github.com/spotify/ramlfications/pull/55
.. _`Issue 47`: https://github.com/spotify/ramlfications/issues/47
.. _`Issue 37`: https://github.com/spotify/ramlfications/issues/37
.. _`Issue 56`: https://github.com/spotify/ramlfications/issues/56
2 changes: 1 addition & 1 deletion ramlfications/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from __future__ import absolute_import, division, print_function

__author__ = "Lynn Root"
__version__ = "0.1.9.dev2"
__version__ = "0.1.9"
__license__ = "Apache 2.0"

__email__ = "lynn@spotify.com"
Expand Down

0 comments on commit 09b5722

Please sign in to comment.