v1.29.1

Schniz/fnmv1.29.1Dec 28, 2021by Schniz

AI Summary

Removes a warning for `~/.fnm`. Major version 1.29.0 included recursive version lookups, respect for `$XDG_DATA_HOME`, and migration to Rust 2021.

Key Highlights

  • Allow recursive version lookups
  • Respect $XDG_DATA_HOME
  • Migrate to Rust 2021 edition

New Features

  • Allow recursive version lookups
  • Respect for $XDG_DATA_HOME

Full Release Notes

## 1.29.1 (2021-12-28)

#### Bugfix 🐛

- [#613](https://github.com/Schniz/fnm/pull/613) Don't warn on `~/.fnm` yet (@Schniz)

## v1.29.0 (2021-12-28)

#### New Feature 🎉

- [#607](https://github.com/Schniz/fnm/pull/607) Allow recursive version lookups (@Schniz)
- [#416](https://github.com/Schniz/fnm/pull/416) Respect $XDG_DATA_HOME (@samhh)

#### Bugfix 🐛

- [#603](https://github.com/Schniz/fnm/pull/603) (re)Include feature for (native) certificates (@pfiaux)
- [#605](https://github.com/Schniz/fnm/pull/605) Add a user-agent header (@Schniz)

#### Internal 🛠

- [#606](https://github.com/Schniz/fnm/pull/606) Migrate to Rust 2021 edition (@Schniz)