Skip to content

Commit 09b5722

Browse files
committed
Update changelog for v0.1.9
1 parent 15cae4c commit 09b5722

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

docs/changelog.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Changelog
22
=========
33

4+
0.1.9 (2015-12-24)
5+
------------------
6+
7+
Happy holidays!
8+
9+
- Fix resource type inheritance (`Issue 23`_ & `Issue 47`_)
10+
- Preserve order of ``baseUriParameters`` and ``uriParameters`` in API root and resource nodes (`Issue 37`_)
11+
- Fix missing URI parameters if not defined/declared inline (`Issue 56`_)
12+
- Fix how arguments are passed into pytest in ``setup.py`` (`PR 55`_ - thank you `matiasb`_!)
13+
414

515
0.1.8 (2015-10-07)
616
------------------
@@ -106,3 +116,8 @@ Initial alpha release of ``ramlfications``\!
106116
.. _`cerivera`: https://github.com/cerivera
107117
.. _`Issue 44`: https://github.com/spotify/ramlfications/issues/44
108118
.. _`Issue 23`: https://github.com/spotify/ramlfications/issues/23
119+
.. _`matiasb`: https://github.com/matiasb
120+
.. _`PR 55`: https://github.com/spotify/ramlfications/pull/55
121+
.. _`Issue 47`: https://github.com/spotify/ramlfications/issues/47
122+
.. _`Issue 37`: https://github.com/spotify/ramlfications/issues/37
123+
.. _`Issue 56`: https://github.com/spotify/ramlfications/issues/56

ramlfications/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from __future__ import absolute_import, division, print_function
55

66
__author__ = "Lynn Root"
7-
__version__ = "0.1.9.dev2"
7+
__version__ = "0.1.9"
88
__license__ = "Apache 2.0"
99

1010
__email__ = "[email protected]"

0 commit comments

Comments
 (0)