Skip to content

Commit 3317f19

Browse files
committed
Release 0.1.8
1 parent b504b24 commit 3317f19

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

docs/changelog.rst

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

4+
5+
0.1.8 (2015-10-07)
6+
------------------
7+
8+
- Fix incorrect/incomplete behavior optional properties of Resource Types (`Issue 44`_).
9+
- Fix ``protocols`` inheritance (`Issue 44`_).
10+
- Partial fix for `Issue 23`_ - incorrect resource type inheritance
11+
12+
* When a resource type is defined with one method that is optional and is applied to a resource that does *not* have that method defined, the resource’s method should not inherit from the optional method
13+
* When a resource inherits a resource type but explicitly defines named parameters, the named parameters in the resource should overwrite those that are inherited
14+
415
0.1.7 (2015-08-20)
516
------------------
617

@@ -93,3 +104,5 @@ Initial alpha release of ``ramlfications``\!
93104
.. _`jhl2343`: https://github.com/jhl2343
94105
.. _`Issue 21`: https://github.com/spotify/ramlfications/issues/21
95106
.. _`cerivera`: https://github.com/cerivera
107+
.. _`Issue 44`: https://github.com/spotify/ramlfications/issues/44
108+
.. _`Issue 23`: https://github.com/spotify/ramlfications/issues/23

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.7"
7+
__version__ = "0.1.8"
88
__license__ = "Apache 2.0"
99

1010
__email__ = "[email protected]"

0 commit comments

Comments
 (0)