Releases: nur-taskrunner/nur
Releases · nur-taskrunner/nur
Release v0.7.1
What's Changed
- Update dependencies to their latest versions
- Update README to link to new
nur
documentation- The goal of this release in mainly to update external docs using this README on crates.io, lib.rs etc. as well 😉
Full Changelog: v0.7.0...v0.7.1
Release v0.7.0
What's Changed
- Fix #24 Update to nu 0.95.0 by @ddanier in #25
- This will update
nur
to use nu shell 0.95.0 - See full release notes provided by nu shell for some more details and BREAKING changes: https://www.nushell.sh/blog/2024-06-25-nushell_0_95_0.html
- This will update
Full Changelog: v0.6.2...v0.7.0
Release v0.6.2
What's Changed
- Update nu to 0.94.2 by @ddanier
- See nu 0.94.2 release notes: https://www.nushell.sh/blog/2024-06-03-nushell_0_94_2.html
Full Changelog: v0.6.1...v0.6.2
Release v0.6.1
What's Changed
- Update nu to 0.94.1 by @ddanier
- See nu 0.94.1 release notes: https://www.nushell.sh/blog/2024-05-30-nushell_0_94_1.html
Full Changelog: v0.6.0...v0.6.1
Release v0.6.0
What's Changed
- #22 Update to nu version 0.94 by @ddanier in #23
- This will update
nur
to use nu shell 0.94.0 - BREAKING: This removes the
dataframe
feature fromnur
. This should only have any impact on you if you compilednur
yourself, thedataframe
feature was never included in any pre-built binaries. Note thatnur
has no replacement fordataframe
as plugins are not supported (yet?). - See full release notes provided by nu shell for some more details and additional BREAKING changes: https://www.nushell.sh/blog/2024-05-28-nushell_0_94_0.html
- This will update
Full Changelog: v0.5.2...v0.6.0
Release v0.5.2
What's Changed
- #20 Add and activate
which-support
feature flag by @ddanier in #21- This will enable the
which
builtin command nu provides on all platforms - Thanks @maximousblk for reporting this issue
- This will enable the
Full Changelog: v0.5.1...v0.5.2
Release v0.5.1
What's Changed
- Fix: While refactoring
nur
to allow for--commands
/-c
and--enter-shell
I accidentally removed the code to check for a valid task call. This is now back, fixing a rust panic when using an invalid task name. - Also I added some code to check that only one call methods is valid, you can either have as task call,
--commands
/-c
or--enter-shell
. Combinations are not valid.
Full Changelog: v0.5.0...v0.5.1
Release v0.5.0
What's Changed
- Fix #18: Add cli option to exec code by @ddanier in #19
- This allows usage of
nur -c some-command
to execute any command available in yournurfile
, not just tasks - Also I added
nur --enter-shell
to start up a nu REPL shell for debugging - note this shell will not use your normal configs
- This allows usage of
- Many of the CLI options now have shorthand variants like
--list
and-l
- Dependencies are updated to their latest version
Full Changelog: v0.4.3...v0.5.0
Release v0.4.3
What's Changed
- FIX:
nur --list
will now output really only a list of tasks, nothing else. (Did contain additional whitespace) - This allows the completion scripts found in
scripts/
to work more smothly - Also the deps were updated to match theirs latest version
Full Changelog: v0.4.2...v0.4.3
Release v0.4.2
What's Changed
- This release is basically the same as
0.4.1
- Fix: Building binaries for MacOS now works again
- Updates: Updated locked dependencies to latest version
Full Changelog: v0.4.1...v0.4.2