Releases: nur-taskrunner/nur
Releases · nur-taskrunner/nur
Release v0.12.1
What's Changed
- Upgrade to nu 0.100.0 by @ddanier in #36
- This will update nur to use nu shell 0.100.0
- See full release notes provided by nu shell for some more details and BREAKING changes: https://www.nushell.sh/blog/2024-11-12-nushell_0_100_0.html
Full Changelog: v0.11.1...v0.12.1
Note: 0.12.0 will not be released, as I did mess up the release process. So this is the first 0.12.x release.
Release v0.11.1
What's Changed
- Update to nu 0.99.1 by @ddanier
- See full release notes provided by nu shell for some more details: https://www.nushell.sh/blog/2024-10-17-nushell_0_99_1.html
- Fixes issue with
$env.LAST_EXIT_CODE
Full Changelog: v0.11.0...v0.11.1
Release v0.11.0
What's Changed
- Update to nu 0.99.0 by @ddanier in #35
- This will update nur to use nu shell 0.99.0
- See full release notes provided by nu shell for some more details and BREAKING changes: https://www.nushell.sh/blog/2024-10-15-nushell_0_99_0.html
- Note: You need to explicitly load the std library now, like with
use std/...
.
Full Changelog: v0.10.0...v0.11.0
Release v0.10.0
What's Changed
- Upgrade to nu 0.98 by @ddanier in #33
- This will update nur to use nu shell 0.98.0
- See full release notes provided by nu shell for some more details and BREAKING changes: https://www.nushell.sh/blog/2024-09-17-nushell_0_98_0.html
- Note: With this update nu did change the way non zero exit code are handled - those produce errors now. This is a great change and will ensure better task quality. However it is quite a different behaviour. So please check your exiting tasks against this change.
Full Changelog: v0.9.0...v0.10.0
Release v0.9.0
What's Changed
- Upgrade nu to 0.97.1 by @ddanier in #32
- This will update nur to use nu shell 0.97.1
- See full release notes provided by nu shell for some more details and BREAKING changes: https://www.nushell.sh/blog/2024-08-20-nushell_0_97_1.html
Full Changelog: v0.8.1...v0.9.0
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