Browse Source

v1.30.0

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

23
CHANGELOG.md

@ -1,4 +1,25 @@
## 1.29.2 (2022-01-06) ## 1.30.0 (2022-01-30)
#### Bugfix 🐛
- [#625](https://github.com/Schniz/fnm/pull/625) Revert from using sysinfo, but only on Unix machines ([@Schniz](https://github.com/Schniz))
- [#638](https://github.com/Schniz/fnm/pull/638) Use local cache directory instead of temp directory for symlinks ([@Schniz](https://github.com/Schniz))
#### Internal 🛠
- [#617](https://github.com/Schniz/fnm/pull/617) fix(deps): update rust crate clap to v3 ([@renovate[bot]](https://github.com/apps/renovate))
- [#630](https://github.com/Schniz/fnm/pull/630) Replace `snafu` with `thiserror` ([@Schniz](https://github.com/Schniz))
#### Documentation 📝
- [#637](https://github.com/Schniz/fnm/pull/637) [Documentation] Adds Additional info regarding .node-version ([@uchihamalolan](https://github.com/uchihamalolan))
#### Committers: 2
- Gal Schlezinger ([@Schniz](https://github.com/Schniz))
- Malolan B ([@uchihamalolan](https://github.com/uchihamalolan))
## v1.29.2 (2022-01-06)
#### Bugfix 🐛 #### Bugfix 🐛

2
Cargo.lock generated

@ -478,7 +478,7 @@ dependencies = [
[[package]] [[package]]
name = "fnm" name = "fnm"
version = "1.29.2" version = "1.30.0"
dependencies = [ dependencies = [
"atty", "atty",
"chrono", "chrono",

2
Cargo.toml

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

2
docs/commands.md

@ -1,7 +1,7 @@
# `fnm` # `fnm`
``` ```
fnm 1.29.2 fnm 1.30.0
A fast and simple Node.js manager A fast and simple Node.js manager
USAGE: 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: 30 KiB

Loading…
Cancel
Save