Browse Source

fnm v1.22.4

remotes/origin/add-with-shims v1.22.4
Gal Schlezinger 4 years ago
parent
commit
3d3f257d93
No known key found for this signature in database
GPG Key ID: 48841F4E54E9772D
  1. 26
      CHANGELOG.md
  2. 2
      Cargo.lock
  3. 2
      Cargo.toml
  4. 2
      docs/fnm.svg

26
CHANGELOG.md

@ -1,4 +1,28 @@ @@ -1,4 +1,28 @@
## 1.22.3 (2020-10-26)
## 1.22.4 (2020-10-28)
#### New Feature 🎉
- [#304](https://github.com/Schniz/fnm/pull/304) Make the first installed version the default one ([@Schniz](https://github.com/Schniz))
#### Bugfix 🐛
- [#308](https://github.com/Schniz/fnm/pull/308) Allow unsuccessful symlink deletion in `fnm use` ([@Schniz](https://github.com/Schniz))
- [#303](https://github.com/Schniz/fnm/pull/303) Add ARM handling to installation script ([@Schniz](https://github.com/Schniz))
- [#289](https://github.com/Schniz/fnm/pull/289) Remove logs from automatic version switching in `--use-on-cd` ([@maxjacobson](https://github.com/maxjacobson))
- [#301](https://github.com/Schniz/fnm/pull/301) UserVersion: Fix different parsing for leading `v` ([@Schniz](https://github.com/Schniz))
#### Documentation 📝
- [#306](https://github.com/Schniz/fnm/pull/306) Throw an error instead of panicking when can't infer shell ([@Schniz](https://github.com/Schniz))
- [#297](https://github.com/Schniz/fnm/pull/297) Update CI badge ([@jameschensmith](https://github.com/jameschensmith))
#### Committers: 3
- Gal Schlezinger ([@Schniz](https://github.com/Schniz))
- James Chen-Smith ([@jameschensmith](https://github.com/jameschensmith))
- Max Jacobson ([@maxjacobson](https://github.com/maxjacobson))
## v1.22.3 (2020-10-26)
#### New Feature 🎉

2
Cargo.lock generated

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

2
Cargo.toml

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
[package]
name = "fnm"
version = "1.22.3"
version = "1.22.4"
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: 30 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Loading…
Cancel
Save