-
Notifications
You must be signed in to change notification settings - Fork 2
/
CHANGELOG
42 lines (31 loc) · 965 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Changes
=======
0.6.1
----------------------
* Fix bug wherein pop does not work on nest levels added with a function (GH-23).
0.6.0
----------------------
* Add support for automatic alias creation in ``SConsWrap`` instances (GH-17).
0.5.0
-----
* Add ``SConsWrap.add_target_with_env`` (GH-14)
* Completely revamped aggregation functionality (GH-15)
* Add ``SConsWrap.add_controls`` (GH-16)
0.4.0
-----
* Add ``SIG{INT,TERM,USR1}`` handling to nestrun (GH-9)
* Add SCons integration via ``nestly.scons`` (GH-12)
* Support for walking a directory in nestagg (GH-13)
* Initial Python 3, PyPy support
* Add an ``OUTDIR`` key to nest control files
* Additional examples
0.3.0
-----
* Add ``nestly.core.stripext``
* New aggregation functionality: ``nestagg`` subcommand; ``nestly.core.nest_map``
* Show tail of log file when ``nestrun`` fails (GH-10)
0.2.0
-----
* Deprecated ``nestly.nestly``
* New object-oriented API in ``nestly.core``
* Updated examples