v1.31.1

Schniz/fnmv1.31.1Jul 19, 2022by Schniz

AI Summary

Focuses on stability fixes including native-credentials errors and removing unsafe `.unwrap()` calls.

Key Highlights

  • Fixed native-creds errors by updating reqwest dependency.
  • Removed `.unwrap()` and `.expect()` calls in shell code for improved safety.

Full Release Notes

## 1.31.1

### Patch Changes

- 6e6bdd8: Add changesets
- 9e4e2b6034dba24062fe8a980c881ff9843991b0: Use latest version of reqwests

#### Bugfix 🐛

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