Browse Source

fnm 1.22.3

remotes/origin/add-with-shims v1.22.3
Gal Schlezinger 4 years ago
parent
commit
ee3453b525
  1. 28
      CHANGELOG.md
  2. 2
      Cargo.lock
  3. 2
      Cargo.toml
  4. 2
      docs/fnm.svg

28
CHANGELOG.md

@ -1,4 +1,29 @@ @@ -1,4 +1,29 @@
## 1.22.2 (2020-10-25)
## 1.22.3 (2020-10-26)
#### New Feature 🎉
- [#292](https://github.com/Schniz/fnm/pull/292) Add uninstall command ([@Schniz](https://github.com/Schniz))
- [#276](https://github.com/Schniz/fnm/pull/276) Add pre-built binaries for ARM32 and ARM64 ([@Schniz](https://github.com/Schniz))
#### Bugfix 🐛
- [#290](https://github.com/Schniz/fnm/pull/290) Fix shell inference in VSCode ([@Schniz](https://github.com/Schniz))
#### Internal 🛠
- [#287](https://github.com/Schniz/fnm/pull/287) Remove `--multi` from install script ([@jameschensmith](https://github.com/jameschensmith))
#### Documentation 📝
- [#295](https://github.com/Schniz/fnm/pull/295) Add a warning if MULTISHELL env var is not in PATH ([@Schniz](https://github.com/Schniz))
- [#293](https://github.com/Schniz/fnm/pull/293) Add detailed error instead of panic regarding `fnm env` ([@Schniz](https://github.com/Schniz))
#### Committers: 2
- Gal Schlezinger ([@Schniz](https://github.com/Schniz))
- James Chen-Smith ([@jameschensmith](https://github.com/jameschensmith))
## v1.22.2 (2020-10-25)
#### Bugfix 🐛
@ -6,6 +31,7 @@ @@ -6,6 +31,7 @@
#### Documentation 📝
- [#282](https://github.com/Schniz/fnm/pull/282) site: proxy the installation script ([@Schniz](https://github.com/Schniz))
- [#271](https://github.com/Schniz/fnm/pull/271) Update README for Windows instructions ([@Schniz](https://github.com/Schniz))
- [#281](https://github.com/Schniz/fnm/pull/281) docs: removed mentions of --multi from README ([@folke](https://github.com/folke))

2
Cargo.lock generated

@ -503,7 +503,7 @@ dependencies = [ @@ -503,7 +503,7 @@ dependencies = [
[[package]]
name = "fnm"
version = "1.22.2"
version = "1.22.3"
dependencies = [
"atty",
"chrono",

2
Cargo.toml

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

2
docs/fnm.svg

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Loading…
Cancel
Save