Releases: nur-taskrunner/nur
Releases · nur-taskrunner/nur
Release 0.1.11
- Bugfix:
$env.NU_VERSION
now contains the correct version, was broken since0.1.7
- Updated my own
nurfile
to ensure this is kept up to date
Release 0.1.10
- Respect exit code of commands in tasks and output error when tasks did not finish successfully
Release 0.1.9
- 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
- Add
.nurscripts
in$nur.project-path
toNU_LIB_DIRS,
, so you can put modules there. 😉
Release 0.1.7
- Upgrade to nu shell version
0.91.0
, see release notes: https://www.nushell.sh/blog/2024-03-05-nushell_0_91_0.html - Some docs updates
Release 0.1.6
- Update deps to mitigate CVE-2024-27308
Release 0.1.5
- Add
$nur
variable to containrun-path
,project-path
andtask-name
- More docs about how to use
nur
📖
Release 0.1.4
Improvements
nur
will now output help if started without any task name
Release 0.1.3
Improvements
- Better error output using
report_error(...)
from nu shell.