Skip to content

Releases: nur-taskrunner/nur

Release 0.1.11

14 Mar 20:56
Compare
Choose a tag to compare
  • Bugfix: $env.NU_VERSION now contains the correct version, was broken since 0.1.7
  • Updated my own nurfile to ensure this is kept up to date

Release 0.1.10

11 Mar 21:49
Compare
Choose a tag to compare
  • Respect exit code of commands in tasks and output error when tasks did not finish successfully

Release 0.1.9

10 Mar 11:40
Compare
Choose a tag to compare
  • Removed --debug and --config from default build
  • "Task exited ok" is not shown in green to be more friendly

Others:

  • Added linter + first tests - will also be run as GitHub actions

Release 0.1.8

08 Mar 19:05
Compare
Choose a tag to compare
  • Add .nurscripts in $nur.project-path to NU_LIB_DIRS,, so you can put modules there. 😉

Release 0.1.7

06 Mar 21:25
Compare
Choose a tag to compare

Release 0.1.6

05 Mar 10:00
Compare
Choose a tag to compare

Release 0.1.5

03 Mar 17:41
Compare
Choose a tag to compare
  • Add $nur variable to contain run-path, project-path and task-name
  • More docs about how to use nur 📖

Release 0.1.4

24 Feb 14:47
Compare
Choose a tag to compare

Improvements

  • nurwill now output help if started without any task name

Release 0.1.3

24 Feb 11:31
Compare
Choose a tag to compare

Improvements

  • Better error output using report_error(...) from nu shell.