Releases: texttheater/produce
v0.8.0
v0.7.0
-u
now takes a PATTERN so you can prevent the re-building of many targets with a single instance of the option.
v0.6.1
Supersedes the previous botched release, which had the wrong version number in setup.cfg.
v0.6.0
This release improves the behavior of the prelude
The Python code in the prelude
attribute of the global section is now executed raw, before any expansions are done. Expansions in the prelude are probably not very useful, as dynamic substitutions can be done easily and way more flexibly in the Python code itself. Conversely, the change means that you can now finally use names defined in the prelude in expansions in the global section, which should have many uses.
v0.5.0
Slightly better debugging of rule nonmatches
v0.4.7
Fixes a lock contention issue introduced in the previous fix for a deadlock issue.
v0.4.6
Fixes a nasty deadlock bug.
v0.4.5
Replaces the broken v0.4.4 release.
v0.4.4
Replaces the broken v0.4.3 release
v0.4.3
Fixes a bug introduced in v0.4.2 that could lead to unnecessary reproducing in some situations.