Browse Source

fnm v1.24.0

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

18
CHANGELOG.md

@ -1,4 +1,20 @@ @@ -1,4 +1,20 @@
## 1.23.2 (2021-03-24)
## 1.24.0 (2021-04-02)
#### New Feature 🎉
- [#421](https://github.com/Schniz/fnm/pull/421) Adding FNM_ARCH as an exported env var from `fnm env` ([@Schniz](https://github.com/Schniz))
- [#417](https://github.com/Schniz/fnm/pull/417) Support Apple M1 by installing Rosetta Node builds ([@pckilgore](https://github.com/pckilgore))
#### Bugfix 🐛
- [#422](https://github.com/Schniz/fnm/pull/422) Create version symlinks in a nested directory ([@Schniz](https://github.com/Schniz))
#### Committers: 2
- Gal Schlezinger ([@Schniz](https://github.com/Schniz))
- Patrick Kilgore ([@pckilgore](https://github.com/pckilgore))
## v1.23.2 (2021-03-24)
#### Bugfix 🐛

2
Cargo.lock generated

@ -530,7 +530,7 @@ dependencies = [ @@ -530,7 +530,7 @@ dependencies = [
[[package]]
name = "fnm"
version = "1.23.2"
version = "1.24.0"
dependencies = [
"atty",
"chrono",

2
Cargo.toml

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

Loading…
Cancel
Save