Skip to content

Releases: fowlmouth/nake

1.9.5

30 Jul 09:04

Choose a tag to compare

  • Workaround for nim-lang/Nim#20800, which could cause crashes in nakefiles in certain scenarios

1.9.4

13 Mar 14:55
8bfbd2f

Choose a tag to compare

fixed to avoid warnings (#75)

Newer Nim compatibility

06 Sep 08:43
10bcbe8

Choose a tag to compare

Newer Nim compatibility

1.9.2

04 May 14:26

Choose a tag to compare

  • Fixed compat errors with newer nim

1.9.1

02 Oct 09:38

Choose a tag to compare

  • Fixed compilation error with latest Nim
  • Don't complain about unknown arguments as those may be handled by default task

1.9

29 Mar 08:54

Choose a tag to compare

1.9
  • Nake will no longer warn about unknown arguments, because a task may handle custom arguments. #43
  • If nakefile.nim is not found in current dir it will be searched for by going upwards. 7fd6dea