Skip to content

Releases: nur-taskrunner/nur

Release v0.7.1

20 Jul 10:27
Compare
Choose a tag to compare

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

26 Jun 05:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.2...v0.7.0

Release v0.6.2

03 Jun 20:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.6.2

Release v0.6.1

31 May 05:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

Release v0.6.0

28 May 21:14
Compare
Choose a tag to compare

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 from nur. This should only have any impact on you if you compiled nur yourself, the dataframe feature was never included in any pre-built binaries. Note that nur has no replacement for dataframe 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

Full Changelog: v0.5.2...v0.6.0

Release v0.5.2

28 May 13:24
Compare
Choose a tag to compare

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

Full Changelog: v0.5.1...v0.5.2

Release v0.5.1

21 May 20:54
Compare
Choose a tag to compare

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

20 May 08:41
Compare
Choose a tag to compare

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 your nurfile, 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
  • 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

09 May 09:29
Compare
Choose a tag to compare

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

05 May 13:43
Compare
Choose a tag to compare

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