Skip to content

Releases: zyedidia/knit

v0.3.1

09 Nov 01:20
Compare
Choose a tag to compare

Minor release with some bug fixes and documentation improvements.

v0.3.0

08 Nov 21:33
Compare
Choose a tag to compare

This release marks a point at which I am tentatively happy with the design, and have updated the documentation. If you have feedback please let me know by opening an issue or discussion.

v0.2.0

03 Nov 03:54
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

This release of Knit makes some major changes to how sub-builds work, introducing a separation between build-sets and rule-sets. I'll try to update the documentation about this soon. This release also includes performance improvements and better error handling and utility functions in the Lua VM.

v0.1.1

30 Sep 23:26
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

A minor version bringing some fixes and improvements to v0.1.0. In particular, Knit now supports a status subtool that gives information about out-of-date dependencies.

v0.1.0

28 Sep 21:02
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

First beta release of Knit. This release includes multiple bug fixes and the introduction of sub-tools, which can be used for inspecting the build graph and performing interesting transformations, such as converting a to a shell script, makefile, or ninja build.

v0.0.4

03 Sep 08:14
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release
Don't insert to db if noexec is true

v0.0.3

24 Aug 18:48
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

Third alpha release of knit. This release includes many improvements, including support for rulesets which can be passed around as Lua values, builds in sub-directories, better parallel builds, bug fixes, and more. Knit is still lacking documentation and several features. See the build system for riscinator for a larger example (that is also very much subject to change).

v0.0.2

18 Aug 20:49
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Second alpha release. The next release will include many changes/improvements over this one.

v0.0.1

11 Aug 22:34
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Initial alpha release of Knit.