Releases: nur-taskrunner/nur
Releases · nur-taskrunner/nur
Release v0.8.1
What's Changed
- Update nu to 0.96.1 by @ddanier
- See nu 0.96.1 release notes: https://www.nushell.sh/blog/2024-07-29-nushell_0_96_1.html
Full Changelog: v0.8.0...v0.8.1
Release v0.8.0
What's Changed
- Upgrade to nu 0.96 by @ddanier in #31
- This will update nur to use nu shell 0.96.0
- See full release notes provided by nu shell for some more details and BREAKING changes: https://www.nushell.sh/blog/2024-07-23-nushell_0_96_0.html
Full Changelog: v0.7.3...v0.8.0
Release v0.7.3
What's Changed
- Security update: Bump openssl from 0.10.64 to 0.10.66 by @dependabot in #29
- See GHSA-q445-7m23-qrmw and https://rustsec.org/advisories/RUSTSEC-2024-0357.html for details
- Also update all other dependencies to their current version
Full Changelog: v0.7.2...v0.7.3
Release v0.7.2
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