File tree 3 files changed +20
-6
lines changed
3 files changed +20
-6
lines changed Original file line number Diff line number Diff line change 1
- ## Upcoming/Master
2
-
3
- - Add JSON and YAML codecs to file lookup
4
- - Improve config. validation by only allowing unrecognized keys at the top level
1
+ ## Upcoming Release
2
+
3
+ ## 1.4.0 (2018-08-05)
4
+
5
+ - YAML & JSON codecs for ` file ` lookup [ GH-537 ]
6
+ - Arbitrary ` command ` hook [ GH-565 ]
7
+ - Fix datetime is not JSON serializable error [ GH-591 ]
8
+ - Run dump and outline actions offline [ GH-594 ]
9
+ - Helper Makefile for functional tests [ GH-597 ]
10
+ - Python3 support!!! [ GH-600 ]
11
+ - YAML blueprint testing framework [ GH-606 ]
12
+ - new ` add_output ` helper on Blueprint [ GH-611 ]
13
+ - Include lookup contents when lookups fail [ GH-614 ]
14
+ - Fix issue with using previous value for parameters [ GH-615 ]
15
+ - Stricter config parsing - only allow unrecognized config variables at the top-level [ GH-623 ]
16
+ - Documentation for the ` default ` lookup [ GH-636 ]
17
+ - Allow configs without stacks [ GH-640 ]
5
18
6
19
## 1.3.0 (2018-05-03)
7
20
Original file line number Diff line number Diff line change 2
2
from setuptools import setup , find_packages
3
3
4
4
5
- VERSION = "1.3 .0"
5
+ VERSION = "1.4 .0"
6
6
7
7
src_dir = os .path .dirname (__file__ )
8
8
Original file line number Diff line number Diff line change 1
1
from __future__ import print_function
2
2
from __future__ import division
3
3
from __future__ import absolute_import
4
- __version__ = "1.3.0"
4
+
5
+ __version__ = "1.4.0"
You can’t perform that action at this time.
0 commit comments