Skip to content

Releases: texttheater/produce

v0.8.0

20 Aug 12:57
Compare
Choose a tag to compare

This release adds source position information to error messages to help with source-level debugging of Producefiles.

v0.7.0

02 Sep 09:40
Compare
Choose a tag to compare

-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

03 Mar 12:08
Compare
Choose a tag to compare

Supersedes the previous botched release, which had the wrong version number in setup.cfg.

v0.6.0

07 Jan 13:24
Compare
Choose a tag to compare

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

15 Jul 10:22
Compare
Choose a tag to compare

Slightly better debugging of rule nonmatches

v0.4.7

31 May 17:03
Compare
Choose a tag to compare

Fixes a lock contention issue introduced in the previous fix for a deadlock issue.

v0.4.6

19 May 13:41
Compare
Choose a tag to compare

Fixes a nasty deadlock bug.

v0.4.5

26 Feb 08:22
Compare
Choose a tag to compare

Replaces the broken v0.4.4 release.

v0.4.4

25 Feb 13:27
Compare
Choose a tag to compare

Replaces the broken v0.4.3 release

v0.4.3

25 Feb 13:24
Compare
Choose a tag to compare

Fixes a bug introduced in v0.4.2 that could lead to unnecessary reproducing in some situations.