Browse Source

v1.31.0

remotes/origin/feat/support-install-latest v1.31.0
Gal Schlezinger 3 years ago
parent
commit
b96916ea63
  1. 14
      CHANGELOG.md
  2. 2
      Cargo.lock
  3. 2
      Cargo.toml
  4. 2
      docs/commands.md
  5. 2
      docs/fnm.svg

14
CHANGELOG.md

@ -1,4 +1,16 @@ @@ -1,4 +1,16 @@
## 1.30.1 (2022-01-30)
## 1.31.0 (2022-02-16)
#### 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))
#### Committers: 1
- Gal Schlezinger ([@Schniz](https://github.com/Schniz))
## v1.30.1 (2022-01-30)
#### Bugfix 🐛

2
Cargo.lock generated

@ -484,7 +484,7 @@ dependencies = [ @@ -484,7 +484,7 @@ dependencies = [
[[package]]
name = "fnm"
version = "1.30.1"
version = "1.31.0"
dependencies = [
"anyhow",
"atty",

2
Cargo.toml

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
[package]
name = "fnm"
version = "1.30.1"
version = "1.31.0"
authors = ["Gal Schlezinger <gal@spitfire.co.il>"]
edition = "2021"
build = "build.rs"

2
docs/commands.md

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
# `fnm`
```
fnm 1.30.1
fnm 1.31.0
A fast and simple Node.js manager
USAGE:

2
docs/fnm.svg

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Loading…
Cancel
Save