v1.31.0

Schniz/fnmv1.31.0Feb 16, 2022by Schniz

AI Summary

Stability improvements focusing on error handling and removing panics in shell interactions.

Key Highlights

  • Fixed native-creds errors.
  • Removed `.unwrap()` calls in shell code to prevent panics.
  • Improved error readability in `fnm env`.

Full Release Notes

#### Bugfix 🐛

- [#671](https://github.com/Schniz/fnm/pull/671) fix native-creds errors (using the unpublished version of reqwest) (@Schniz)
- [#663](https://github.com/Schniz/fnm/pull/663) remove .unwrap() and .expect() in shell code (@Schniz)
- [#656](https://github.com/Schniz/fnm/pull/656) Remove unwrap in fnm env, make error more readable (@Schniz)

#### Committers: 1

- Gal Schlezinger (@Schniz)