v1.6.1

Schniz/fnmv1.6.1Feb 26, 2019by Schniz

AI Summary

This release addresses bugs related to version inference by switching to the `cohttp` library, ensuring the tool correctly handles HTTP 404 errors.

Key Highlights

  • Fixed version inference logic
  • Switched from `curl` to `cohttp` for HTTP requests
  • Improved error handling for missing versions

Full Release Notes

## Highlight 😳 

Fixed a bug for the version inference (completion of the latest installation/version installed), happened by dropping `curl` for `cohttp`

## Changelog

#### Bugfix 🐛

- [#69](https://github.com/Schniz/fnm/pull/69) Fix version inference by throwing on http 404 again ([@Schniz](https://github.com/Schniz))

#### Committers: 1

- Gal Schlezinger ([@Schniz](https://github.com/Schniz))